Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
said7388 committed May 3, 2024
1 parent d6bd9b1 commit 4925452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Link from "next/link";

function Navbar() {
return (
<nav className="bg-transparent">
<nav className="bg-transparent hidden md:block">
<div className="flex items-center justify-between py-5">
<div className="flex flex-shrink-0 items-center opacity-0 md:opacity-100">
<Link
Expand Down

0 comments on commit 4925452

Please sign in to comment.