Skip to content

Commit 5c462d1

Browse files
committed
Update nav links
1 parent 8d4d0e6 commit 5c462d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/navbar.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
import Logo from "../assets/logo.svg";
2-
import { Button } from "@/components/ui/button";
32
const Navbar: React.FC = () => {
43
return (
54
<nav className="py-7 border-border border-b">
65
<div className="flex justify-between items-center max-w-5xl mx-auto">
76
<div>
8-
<a href="/">
7+
<a href="https://if.greensoftware.foundation/" target="_blank" rel="noopener noreferrer">
98
<img src={Logo} alt="Logo" className="h-10" />
109
</a>
1110
</div>
12-
<div>
13-
<Button>Become a watcher</Button>
11+
<div className="flex gap-4">
12+
<a href="/" >Home</a>
13+
<a href="https://if.greensoftware.foundation/intro" target="_blank" rel="noopener noreferrer" >Documentation</a>
1414
</div>
1515
</div>
1616
</nav>

0 commit comments

Comments
 (0)