Skip to content

Commit

Permalink
chore: add classname as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
dominik-stumpf committed Jul 11, 2024
1 parent 8a79cff commit 02d593a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/components/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const Headline = ({ title }: HeadlineProps) => (

interface BannerProps extends PropsWithChildren {
offset?: number
className: string
className?: string
}

const Banner = ({ children, offset = 112, className }: BannerProps) => (
Expand Down

0 comments on commit 02d593a

Please sign in to comment.