Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Damola18 committed Jul 12, 2024
1 parent e29a2cb commit 365ceb1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/Layout/Footer/MenuFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,12 @@ const MenuFooter = () => {
prefetch={false}
href="/about"
>{`${t('aboutUs')}`}</Link>
<Box as="span" display="flex" alignItems="center" whiteSpace='nowrap'>
<Box
as="span"
display="flex"
alignItems="center"
whiteSpace="nowrap"
>
<Link
textAlign={{ base: 'center', md: 'left' }}
prefetch={false}
Expand Down

0 comments on commit 365ceb1

Please sign in to comment.