From 7b247e3840119adbeab0ca2315ef491e9069c302 Mon Sep 17 00:00:00 2001 From: dwjanus Date: Fri, 12 Dec 2025 13:57:08 -0500 Subject: [PATCH 1/2] updated metadata for tab text and possible reward panel fix --- src/constants/routes.ts | 2 +- src/pages/token/LaunchIncentivesPanel.tsx | 4 ++-- template.html | 16 ++++++++-------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/constants/routes.ts b/src/constants/routes.ts index da0f2cee97..a04eb7d02b 100644 --- a/src/constants/routes.ts +++ b/src/constants/routes.ts @@ -45,4 +45,4 @@ export enum MobileSettingsRoute { export const BASE_ROUTE = import.meta.env.VITE_ROUTER_TYPE === 'hash' ? '/#' : ''; export const TRADE_ROUTE = `${AppRoute.Trade}/:market`; export const DEFAULT_TRADE_ROUTE = `${AppRoute.Trade}/${DEFAULT_MARKETID}`; -export const DEFAULT_DOCUMENT_TITLE = 'dYdX'; +export const DEFAULT_DOCUMENT_TITLE = 'BONKtrade'; diff --git a/src/pages/token/LaunchIncentivesPanel.tsx b/src/pages/token/LaunchIncentivesPanel.tsx index 0334871bbc..e9e8e6c612 100644 --- a/src/pages/token/LaunchIncentivesPanel.tsx +++ b/src/pages/token/LaunchIncentivesPanel.tsx @@ -8,7 +8,6 @@ import tw from 'twin.macro'; import { ButtonAction } from '@/constants/buttons'; import { DialogTypes } from '@/constants/dialogs'; import { STRING_KEYS } from '@/constants/localization'; -import { isDev } from '@/constants/networks'; import { TOKEN_DECIMALS } from '@/constants/numbers'; import { StatsigFlags } from '@/constants/statsig'; @@ -45,8 +44,9 @@ export const LaunchIncentivesPanel = ({ className }: { className?: string }) => dispatch(markLaunchIncentivesSeen()); }, [dispatch]); + // NOTE: may need to remove this ff check all together const isSept2025RewardsBase = useStatsigGateValue(StatsigFlags.ffSeptember2025Rewards); - const isSept2025Rewards = isDev ? true : isSept2025RewardsBase; + const isSept2025Rewards = isSept2025RewardsBase; if (isSept2025Rewards) { return ; } diff --git a/template.html b/template.html index 1b8b49121b..306a413038 100644 --- a/template.html +++ b/template.html @@ -1,5 +1,5 @@ - - + + @@ -7,20 +7,20 @@ - bonk.trade - powered by dYdX + BONKtrade - powered by dYdX - - + + - + - - + +