File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const HeaderLink = ({
24
24
href = { href }
25
25
shallow
26
26
className = { classNames (
27
- 'flex items-center font-semibold text-white/50 hover:text-white ' ,
27
+ 'flex items-center font-semibold text-white/50 hover:text-white fill-current ' ,
28
28
{
29
29
'!text-white ' : isActive ,
30
30
} ,
@@ -45,7 +45,7 @@ const HeaderLink = ({
45
45
46
46
const HeaderLinks = ( ) => {
47
47
return (
48
- < div className = "flex-1 justify-center hidden md:!flex text-sm text-white-35 space-x-10 fill-current " >
48
+ < div className = "flex-1 justify-center hidden md:!flex text-sm space-x-10 " >
49
49
< HeaderLink href = "/" isActive title = { 'Demo' } icon = { < SwapIcon width = "20" height = "20" /> } />
50
50
< HeaderLink
51
51
href = "https://github.com/jup-ag/terminal"
@@ -55,7 +55,7 @@ const HeaderLinks = () => {
55
55
icon = { < RepoLogo width = "20" height = "20" /> }
56
56
/>
57
57
< HeaderLink
58
- href = "https://station.jup.ag/docs/web-integration/jupiter -terminal"
58
+ href = "https://station.jup.ag/docs/jup -terminal"
59
59
isActive = { false }
60
60
external
61
61
title = { 'Docs' }
You can’t perform that action at this time.
0 commit comments