@@ -25,7 +25,7 @@ export const Navbar = () => {
25
25
exit = { { opacity : 0 } }
26
26
>
27
27
< div className = "w-[180px]" >
28
- < a className = "navbar-link" href = "#home" aria-label = "Home" >
28
+ < a className = "unstyled navbar-link" href = "#home" aria-label = "Home" >
29
29
< div className = "flex justify-start items-center grow basis-0" >
30
30
< div className = "text-white mr-2 text-6xl" >
31
31
< CodeGenieLogo />
@@ -46,7 +46,7 @@ export const Navbar = () => {
46
46
< div className = "hidden md:flex h-full pb-2" >
47
47
{ navbarLinks . map ( ( { href, label, ariaLabel } ) => (
48
48
< a
49
- className = "navbar-link"
49
+ className = "unstyled navbar-link"
50
50
href = { href }
51
51
aria-label = { ariaLabel }
52
52
key = { label }
@@ -64,7 +64,7 @@ export const Navbar = () => {
64
64
>
65
65
< div className = "grow basis-0 justify-end hidden md:flex w-[180px]" >
66
66
{ /* <a
67
- className="text-white custom-border-gray rounded-xl
67
+ className="unstyled text-white custom-border-gray rounded-xl
68
68
bg-customDarkBg2 hover:bg-customDarkBg3 border-gray-700 pl-6 pr-8 pt-2 pb-2 text-sm flex"
69
69
href="https://github.com/matt765/Tidestream"
70
70
target="_blank"
@@ -110,7 +110,7 @@ export const Navbar = () => {
110
110
</ a >
111
111
) ) }
112
112
{ /* <a
113
- className="text-white custom-border-gray rounded-xl
113
+ className="unstyled text-white custom-border-gray rounded-xl
114
114
bg-customDarkBg2 hover:bg-customDarkBg3 border-gray-700 pl-6 pr-8 pt-2 pb-2 text-sm flex"
115
115
href="https://github.com/matt765/Tidestream"
116
116
target="_blank"
0 commit comments