Skip to content

Commit 91eeb97

Browse files
committed
remove contribute button
Signed-off-by: Ayush <[email protected]>
1 parent 594b13a commit 91eeb97

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

landing/src/components/layout/Navbar.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,6 @@ const Navbar: React.FC = () => {
5757
{link.name}
5858
</a>
5959
))}
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>
6960
<a
7061
href={isHomePage ? "#waitlist" : "/#waitlist"}
7162
className="text-sm font-medium px-4 py-2 rounded-lg bg-primary hover:bg-primary-hover text-white transition-colors"

0 commit comments

Comments
 (0)