Skip to content

Commit

Permalink
Update Navdar.tsx (#68)
Browse files Browse the repository at this point in the history
Added link for logo and title
  • Loading branch information
vedhcet-07 authored Oct 11, 2024
1 parent 0d19f07 commit b33a039
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/src/appComponents/Navdar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ const Navbar: React.FC<any> = ({ setShowLoginPage }) => {
<div className="relative flex items-center justify-between w-full px-4 py-4 text-slate-300 md:h-28 sm:px-6 lg:px-8">
{/* image-logo */}
<div className="z-10 flex items-center gap-2">
<img
<a href="https://dypcetclubs-live.vercel.app"><img
src={logo}
alt="Logo"
className="w-10 h-8 transition-all duration-500 transform cursor-pointer md:h-16 md:w-16 hover:scale-110"
/>
<h2 className="text-xl font-bold transition-all duration-500 transform cursor-pointer hover:text-white hover:scale-105">
/></a>
<a href="https://dypcetclubs-live.vercel.app"><h2 className="text-xl font-bold transition-all duration-500 transform cursor-pointer hover:text-white hover:scale-105">
dypcetclubs.live
</h2>
</h2></a>
</div>
<div
onClick={() => {
Expand Down

0 comments on commit b33a039

Please sign in to comment.