Skip to content

Commit

Permalink
fix:#3096
Browse files Browse the repository at this point in the history
  • Loading branch information
ChetanBhosale committed Jul 22, 2024
1 parent 5a87baa commit 0989d3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ export default function Hero({ className = '' }: HeroProps) {

return (
<>
<AnnouncementHero className='my-4' />
<header className={`mt-12 px-2 ${className}`}>
<div className='text-center'>
<Heading level={HeadingLevel.h1} typeStyle={HeadingTypeStyle.xl} className='mb-4'>
Expand Down

0 comments on commit 0989d3a

Please sign in to comment.