Skip to content

Commit

Permalink
Remove as props
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Mar 4, 2024
1 parent c391091 commit 22597b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/TopMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const InnerMenu = () => {
onClick={toggle}
className={clsx('DfBurgerIcon mr-2.5 xl-hidden FontLarge')}
/>
<CustomLink href='/' as='/'>
<CustomLink href='/'>
<a className='DfBrand'>
<img className='d-block' src={isMobile ? mobileAppLogo : appLogo} alt={appName} />
</a>
Expand Down

0 comments on commit 22597b9

Please sign in to comment.