Skip to content

Commit

Permalink
fix docs link and colors
Browse files Browse the repository at this point in the history
  • Loading branch information
worlddlckgh committed Aug 9, 2023
1 parent fe6f734 commit b708da3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/AppHeader/HeaderLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const HeaderLink = ({
href={href}
shallow
className={classNames(
'flex items-center font-semibold text-white/50 hover:text-white ',
'flex items-center font-semibold text-white/50 hover:text-white fill-current',
{
'!text-white ': isActive,
},
Expand All @@ -45,7 +45,7 @@ const HeaderLink = ({

const HeaderLinks = () => {
return (
<div className="flex-1 justify-center hidden md:!flex text-sm text-white-35 space-x-10 fill-current">
<div className="flex-1 justify-center hidden md:!flex text-sm space-x-10 ">
<HeaderLink href="/" isActive title={'Demo'} icon={<SwapIcon width="20" height="20" />} />
<HeaderLink
href="https://github.com/jup-ag/terminal"
Expand All @@ -55,7 +55,7 @@ const HeaderLinks = () => {
icon={<RepoLogo width="20" height="20" />}
/>
<HeaderLink
href="https://station.jup.ag/docs/web-integration/jupiter-terminal"
href="https://station.jup.ag/docs/jup-terminal"
isActive={false}
external
title={'Docs'}
Expand Down

1 comment on commit b708da3

@vercel
Copy link

@vercel vercel bot commented on b708da3 Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.