-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ff1d7f4
commit a678854
Showing
1 changed file
with
0 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" /> | ||
|