Skip to content

Commit

Permalink
Merge pull request #624 from DeXter-on-Radix/add-rakoon-banner
Browse files Browse the repository at this point in the history
add rakoon website banners
  • Loading branch information
Radstakes authored Jan 1, 2025
2 parents 8d44527 + cbc5a87 commit 23e7551
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Binary file added public/promo-banners/rakoon-desktop2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/promo-banners/rakoon-mobile2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 6 additions & 7 deletions src/app/trade/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,13 @@ export default function Trade() {
<div className="grow">
<PromoBannerCarousel
items={[
// ASTRL banner
// RAKOON banner
{
imageUrl: "/promo-banners/astrl-desktop3x.png",
imageUrlMobile: "/promo-banners/astrl-mobile3x.png",
redirectUrl: "https://dexteronradix.com/trade?pair=astrl-xrd",
redirectOpensInSameTab: true,
backgroundColor: "bg-[#3C1F8C]",
expirationDate: new Date("2024-11-06"),
imageUrl: "/promo-banners/rakoon-desktop2x.png",
imageUrlMobile: "/promo-banners/rakoon-mobile2x.png",
redirectUrl: "https://rakoon.fun",
redirectOpensInSameTab: false,
backgroundColor: "bg-[#232323]",
},
// tokentrek banner
{
Expand Down

0 comments on commit 23e7551

Please sign in to comment.