Skip to content

Commit

Permalink
Merge pull request #499 from DeXter-on-Radix/remove-HNY-banner
Browse files Browse the repository at this point in the history
remove banner for ended liquidity boost
  • Loading branch information
Radstakes authored Jul 26, 2024
2 parents c4f5b56 + d91b507 commit 4003411
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function AppBody({ children }: { children: React.ReactNode }) {
dispatch(i18nSlice.actions.changeLanguage(browserLang));
}
}
}, [dispatch]);
}, [dispatch, supportedLanguages]);

return (
<body>
Expand Down
7 changes: 0 additions & 7 deletions src/app/trade/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,6 @@ export default function Trade() {
<div className="grow">
<PromoBannerCarousel
items={[
// HNY liquidity incentive program
{
imageUrl: "/promo-banners/honey-desktop.svg",
imageUrlMobile: "/promo-banners/honey-mobile.svg",
redirectUrl: "https://dexteronradix.com/trade?pair=hny-xrd",
redirectOpensInSameTab: true,
},
// tokentrek banner
{
imageUrl: "/promo-banners/tokentrek-desktop.svg",
Expand Down

0 comments on commit 4003411

Please sign in to comment.