Skip to content

Commit b708da3

Browse files
committed
fix docs link and colors
1 parent fe6f734 commit b708da3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/AppHeader/HeaderLinks.tsx

+3-3
Original file line numberDiff line numberDiff 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

4646
const 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'}

0 commit comments

Comments
 (0)