Skip to content

Commit

Permalink
add HNY banner
Browse files Browse the repository at this point in the history
  • Loading branch information
dcts committed Jul 3, 2024
1 parent e4bdbe3 commit 557f7c6
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions src/app/trade/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ export default function Trade() {
<div className="grow">
<PromoBannerCarousel
items={[
// Validator node banner
// HNY liquidity incentive program
{
imageUrl: "/promo-banners/validatornode-desktop.svg",
imageUrlMobile: "/promo-banners/validatornode-mobile.svg",
redirectUrl:
"https://dashboard.radixdlt.com/network-staking/validator_rdx1s0sr7xsr286jwffkkcwz8ffnkjlhc7h594xk5gvamtr8xqxr23a99a",
imageUrl: "/promo-banners/honey-desktop.svg",
imageUrlMobile: "/promo-banners/honey-mobile.svg",
redirectUrl: "https://dexteronradix.com/trade?pair=hny-xrd",
redirectOpensInSameTab: true,
},
// tokentrek banner
{
Expand All @@ -84,6 +84,13 @@ export default function Trade() {
"https://tokentrek.io/dashboard/projects?p=1716380462347x668376794882113500",
backgroundColor: "bg-[#062b28]",
},
// Validator node banner
{
imageUrl: "/promo-banners/validatornode-desktop.svg",
imageUrlMobile: "/promo-banners/validatornode-mobile.svg",
redirectUrl:
"https://dashboard.radixdlt.com/network-staking/validator_rdx1s0sr7xsr286jwffkkcwz8ffnkjlhc7h594xk5gvamtr8xqxr23a99a",
},
]}
interval={10000}
/>
Expand Down

0 comments on commit 557f7c6

Please sign in to comment.