diff --git a/apps/connect/vite.token-bridge.config.ts b/apps/connect/vite.token-bridge.config.ts index 106eabad1..2905af62c 100644 --- a/apps/connect/vite.token-bridge.config.ts +++ b/apps/connect/vite.token-bridge.config.ts @@ -639,6 +639,7 @@ export default defineConfig({ navBar: [ { label: "Home", active: true, href: `${PUBLIC_URL}/` }, { label: "Staking", href: "https://www.tally.xyz/gov/wormhole", isBlank: true }, + { label: "Rewards", href: `${PUBLIC_URL}/rewards-dashboard/` , isBlank: true }, { label: "USDC", href: USDC_BRIDGE_HREF }, { label: "Privacy Policy", href: PRIVACY_POLICY_HREF }, ], diff --git a/apps/connect/vite.usdc-bridge.config.ts b/apps/connect/vite.usdc-bridge.config.ts index 154cbdd9a..3b37bba6b 100644 --- a/apps/connect/vite.usdc-bridge.config.ts +++ b/apps/connect/vite.usdc-bridge.config.ts @@ -14,6 +14,7 @@ export default defineConfig({ navBar: [ { label: "Home", href: `${PUBLIC_URL}/` }, { label: "Staking", href: "https://www.tally.xyz/gov/wormhole", isBlank: true }, + { label: "Rewards", href: `${PUBLIC_URL}/rewards-dashboard/` , isBlank: true }, { label: "USDC", active: true, href: `${PUBLIC_URL}/usdc-bridge` }, { label: "Privacy Policy", href: `${PUBLIC_URL}/privacy-policy` }, ],