Skip to content

Commit

Permalink
Revert "Revert logo in mobile navigation"
Browse files Browse the repository at this point in the history
This reverts commit 5d158aa.
  • Loading branch information
dnhn committed Dec 7, 2024
1 parent 5d158aa commit 1cfed3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/navbar/navbar-client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const MobileNavigation = ({ lang, region, languages, regions, currencies, naviga
return (
<div className="flex h-16 flex-row justify-between p-5 md:hidden">
<Link href={`/${lang}/${region}`}>
<SILogo className="mr-auto h-6" />
<SIAnimatedLogo className="mr-auto h-6" />
</Link>
<Bars3Icon className="text-accent h-6 cursor-pointer stroke-2" onClick={() => setVisibleSection('main')} />
</div>
Expand Down

0 comments on commit 1cfed3e

Please sign in to comment.