Skip to content

Commit

Permalink
ui: change href in pricebutton
Browse files Browse the repository at this point in the history
  • Loading branch information
0xalecks committed Feb 8, 2024
1 parent 4a85449 commit 274ab16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/ui/src/components/Nav/Buttons/PriceButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,8 @@ const PriceButton: FC<ButtonProps> = ({ ...props }) => {
maxWidth="sm"
>
<Link
href="#"
onClick={toggleDisplayedPools}
sx={{ color: '#647265' }}
sx={{ color: '#647265', cursor: 'pointer' }}
>
{showDeprecated
? 'Show only whitelisted'
Expand Down

0 comments on commit 274ab16

Please sign in to comment.