Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions landing/src/components/layout/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,6 @@ const Navbar: React.FC = () => {
{link.name}
</a>
))}
<a
href="https://github.com/AOSSIE-Org/Devr.AI/"
target="_blank"
rel="noopener noreferrer"
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"
>
<Github size={16} />
Contribute
</a>
<a
href={isHomePage ? "#waitlist" : "/#waitlist"}
className="text-sm font-medium px-4 py-2 rounded-lg bg-primary hover:bg-primary-hover text-white transition-colors"
Expand Down