diff --git a/app/(pages)/judges/(app)/_components/Projects/EmptyState.tsx b/app/(pages)/judges/(app)/_components/Projects/EmptyState.tsx index 75fe471a..04d9d683 100644 --- a/app/(pages)/judges/(app)/_components/Projects/EmptyState.tsx +++ b/app/(pages)/judges/(app)/_components/Projects/EmptyState.tsx @@ -5,9 +5,11 @@ import twoStars from '/public/judges/projects/two_stars.svg'; export default function ProjectsEmptyState({ title, subtitle, + feedbackLink, }: { title: string; subtitle: string; + feedbackLink?: string; }) { return (