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 bec8094 commit d6bd9b1
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 @@ -7,7 +7,7 @@ function Navbar() {
return (
<nav className="bg-transparent">
<div className="flex items-center justify-between py-5">
<div className="flex flex-shrink-0 items-center">
<div className="flex flex-shrink-0 items-center opacity-0 md:opacity-100">
<Link
href="/"
className=" text-primary-icon text-3xl font-bold">
Expand Down

0 comments on commit d6bd9b1

Please sign in to comment.