Skip to content

Commit

Permalink
fix: nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
joicemjoseph committed Nov 15, 2024
1 parent ff1d7f4 commit a678854
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/components/navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ export default function Navbar() {
<div className="border-2 border-[#E6E9ED];">
<div className="m-2 p-2 container mx-auto">
<div className="flex justify-between items-center">
<div className="flex items-center">
<div className=" pr-4">
<img src="/osm_logo/[email protected]" alt="logo" width={70} />
</div>
<a href="/">
<div className="text-3xl font-bold">OSM Kerala</div>
</a>
</div>
<div className="hidden text-[#2b2b2b] font-semibold md:flex space-x-4">
{/* Add your navigation links here */}
<NavbarButton isMobile={false} link="/" text="Home" />
Expand Down

0 comments on commit a678854

Please sign in to comment.