Skip to content

Commit

Permalink
Merge pull request #654 from oraichain/hotfix/update_banner_inj
Browse files Browse the repository at this point in the history
fix: text content
  • Loading branch information
haunv3 authored Feb 28, 2024
2 parents e5b7e7f + dea1af1 commit 6f8164b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/layouts/NoticeBanner.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@
}

.link {
font-size: 15px;
font-weight: 500;

&:hover {
text-decoration: underline;
cursor: pointer;
Expand Down
4 changes: 2 additions & 2 deletions src/layouts/NoticeBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,11 @@ export const LIST_NOTICES: {
// icon: <OrchaiIcon />
// }
{
title: '',
title: 'Trading INJ/USDC futures',
content: 'Trading INJ/USDC futures with more liquidity and low slippage.', //'Trading INJ/USDC futures with more liquidity and low slippage',
icon: <INJIcon />,
link: 'https://futures.oraidex.io/INJ_USDC',
linkText: 'Click here',
linkText: 'Trade now',
target: '_blank'
}
];

0 comments on commit 6f8164b

Please sign in to comment.