File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
landing/src/components/layout Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff 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"
@@ -102,16 +93,6 @@ const Navbar: React.FC = () => {
10293 { link . name }
10394 </ a >
10495 ) ) }
105- < a
106- href = "https://github.com/AOSSIE-Org/Devr.AI/"
107- target = "_blank"
108- rel = "noopener noreferrer"
109- onClick = { ( ) => setIsOpen ( false ) }
110- className = "flex items-center gap-2 py-3 text-gray-300 hover:text-white"
111- >
112- < Github size = { 18 } />
113- GitHub
114- </ a >
11596 < a
11697 href = { isHomePage ? "#waitlist" : "/#waitlist" }
11798 onClick = { ( ) => setIsOpen ( false ) }
You can’t perform that action at this time.
0 commit comments