File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ const HeaderLink = ({
2424 href = { href }
2525 shallow
2626 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 ' ,
2828 {
2929 '!text-white ' : isActive ,
3030 } ,
@@ -45,7 +45,7 @@ const HeaderLink = ({
4545
4646const HeaderLinks = ( ) => {
4747 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 " >
4949 < HeaderLink href = "/" isActive title = { 'Demo' } icon = { < SwapIcon width = "20" height = "20" /> } />
5050 < HeaderLink
5151 href = "https://github.com/jup-ag/terminal"
@@ -55,7 +55,7 @@ const HeaderLinks = () => {
5555 icon = { < RepoLogo width = "20" height = "20" /> }
5656 />
5757 < HeaderLink
58- href = "https://station.jup.ag/docs/web-integration/jupiter -terminal"
58+ href = "https://station.jup.ag/docs/jup -terminal"
5959 isActive = { false }
6060 external
6161 title = { 'Docs' }
You can’t perform that action at this time.
0 commit comments