Skip to content

Commit

Permalink
fix bgHeader type
Browse files Browse the repository at this point in the history
  • Loading branch information
Bran18 committed Aug 3, 2024
1 parent 1ad6b78 commit f55374d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/webapp/components/shared/bg-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ import { CommunityCard } from '@/components/shared/community-card'
export function BgHeader({
heading,
subheading,
imageSrc
}: {
heading: string
subheading?: string
imageSrc: string
}) {
return (
<header className="relative top-0 z-0 flex flex-col items-center py-10 bg-center bg-cover md:pb-8 md:pt-24">
Expand Down

0 comments on commit f55374d

Please sign in to comment.