Skip to content

Commit

Permalink
fix: top menu css
Browse files Browse the repository at this point in the history
  • Loading branch information
yongenaelf committed Nov 16, 2024
1 parent 025e0f2 commit 2865080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/top-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function TopMenu() {
<Link href="/" className="text-lg font-semibold">
aelf Playground
</Link>
<nav className="hidden space-x-4 md:flex">
<nav className="max-md:hidden md:flex space-x-4">
{links.map((link) => (
<Link
key={link.children}
Expand Down

0 comments on commit 2865080

Please sign in to comment.