Skip to content

Commit 3375707

Browse files
authored
Merge pull request #45 from CapituloJaverianoACM/feat/acm-logo-to-home
feat: Click on the ACM logo to go to / #44
2 parents a3b0737 + a4850f1 commit 3375707

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/shared/main-navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default function MainNavbar({ navLinks }: MainNavbarProps) {
5454
<div className="glassmorphic dark:glassmorphic-dark px-6 py-3 shadow-lg">
5555
<div className="flex items-center justify-between">
5656
{/* Logo */}
57-
<div className="flex items-center flex-1">
57+
<Link href="/" className="flex items-center flex-1">
5858
<img
5959
src="/Logo_Oscuro.svg"
6060
alt="Logo ACM Javeriana"
@@ -69,7 +69,7 @@ export default function MainNavbar({ navLinks }: MainNavbarProps) {
6969
style={{ userSelect: "none" }}
7070
draggable={false}
7171
/>
72-
</div>
72+
</Link>
7373

7474
{/* Desktop Navigation Links */}
7575
<div className="hidden md:flex items-center justify-center space-x-8 flex-2">

0 commit comments

Comments
 (0)