Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
tanish35 committed Oct 14, 2024
1 parent 764edcc commit 096df4f
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions frontend/src/components/MainNavbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ const Navbar: React.FC<NavbarProps> = ({ btnName, navigateUrl, display }) => {
<nav className="bg-[#1F2135] text-white px-6 lg:px-32 py-5 flex justify-between items-center">
{/* Logo Section */}
<div className="text-lg font-bold flex items-center">
<img
src={"/logo.png"}
alt="Logo"
className="w-10 h-10 rounded-full mx-3"
/>
<span className="pt-1">Campus Chatter</span>
<Link to="/homepage" className="flex items-center">
<img
src={"/logo.png"}
alt="Logo"
className="w-10 h-10 rounded-full mx-3"
/>
<span className="pt-1">Campus Chatter</span>
</Link>
</div>

{/* Navigation Links (Centered) */}
Expand Down

0 comments on commit 096df4f

Please sign in to comment.