diff --git a/app/projects/[slug]/header.tsx b/app/projects/[slug]/header.tsx index bab697aa..7d55aefd 100644 --- a/app/projects/[slug]/header.tsx +++ b/app/projects/[slug]/header.tsx @@ -9,6 +9,7 @@ type Props = { title: string; description: string; repository?: string; + published?: boolean; }; views: number;