Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendomey committed Jan 8, 2025
1 parent 1ee05fd commit f720c80
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions apps/client/app/modules/landing-page/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,16 @@ export const LandingPageModule = () => {
))}
</div>

<div className='flex justify-center'>
<Button isLink href={PAGES.CONTENTS} variant='solid' color='secondaryGhost' size='xl'>See More Contents</Button>
<div className="flex justify-center">
<Button
isLink
href={PAGES.CONTENTS}
variant="solid"
color="secondaryGhost"
size="xl"
>
See More Contents
</Button>
</div>
</FadeInStagger>
)
Expand Down

0 comments on commit f720c80

Please sign in to comment.