Skip to content

Commit d1c36b4

Browse files
committed
Update Header.jsx
1 parent 1da1c83 commit d1c36b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Header.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ export const Header = () => {
2121
<div className="container mx-auto px-4">
2222
<div className="flex items-center justify-between h-16">
2323
{/* Logo and Brand */}
24-
<Link href="https://horizon.farbeyond.dev/">
24+
<a href="https://horizon.farbeyond.dev/">
2525
<div className="flex items-center gap-2">
2626
<img src="https://github.com/Far-Beyond-Dev/Horizon-Community-Edition/blob/main/branding/horizon-server-high-resolution-logo-white-transparent.png?raw=true" className='w-52'></img>
2727
</div>
28-
</Link>
28+
</a>
2929

3030
{/* Navigation Links - Desktop */}
3131
<div className="hidden md:flex items-center gap-8">

0 commit comments

Comments
 (0)