diff --git a/apps/webapp/components/shared/bg-header.tsx b/apps/webapp/components/shared/bg-header.tsx index 378ac987c..b5435c796 100644 --- a/apps/webapp/components/shared/bg-header.tsx +++ b/apps/webapp/components/shared/bg-header.tsx @@ -5,9 +5,11 @@ import { CommunityCard } from '@/components/shared/community-card' export function BgHeader({ heading, subheading, + imageSrc }: { heading: string subheading?: string + imageSrc: string }) { return (