Skip to content

Commit 665a466

Browse files
committed
update navbar
Signed-off-by: Ayush <[email protected]>
1 parent 91eeb97 commit 665a466

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

landing/src/components/layout/Navbar.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,6 @@ const Navbar: React.FC = () => {
9393
{link.name}
9494
</a>
9595
))}
96-
<a
97-
href="https://github.com/AOSSIE-Org/Devr.AI/"
98-
target="_blank"
99-
rel="noopener noreferrer"
100-
onClick={() => setIsOpen(false)}
101-
className="flex items-center gap-2 py-3 text-gray-300 hover:text-white"
102-
>
103-
<Github size={18} />
104-
GitHub
105-
</a>
10696
<a
10797
href={isHomePage ? "#waitlist" : "/#waitlist"}
10898
onClick={() => setIsOpen(false)}

0 commit comments

Comments
 (0)