We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 594b13a commit 91eeb97Copy full SHA for 91eeb97
landing/src/components/layout/Navbar.tsx
@@ -57,15 +57,6 @@ const Navbar: React.FC = () => {
57
{link.name}
58
</a>
59
))}
60
- <a
61
- href="https://github.com/AOSSIE-Org/Devr.AI/"
62
- target="_blank"
63
- rel="noopener noreferrer"
64
- className="text-sm font-medium flex items-center gap-1.5 px-3 py-2 rounded-lg bg-dark-lighter hover:bg-gray-800 text-white border border-gray-700 transition-colors"
65
- >
66
- <Github size={16} />
67
- Contribute
68
- </a>
69
<a
70
href={isHomePage ? "#waitlist" : "/#waitlist"}
71
className="text-sm font-medium px-4 py-2 rounded-lg bg-primary hover:bg-primary-hover text-white transition-colors"
0 commit comments