Skip to content

Commit

Permalink
re enable rewards links (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo authored Jul 10, 2024
1 parent f65be64 commit ba5fa56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/connect/vite.token-bridge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
],
Expand Down
1 change: 1 addition & 0 deletions apps/connect/vite.usdc-bridge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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` },
],
Expand Down

0 comments on commit ba5fa56

Please sign in to comment.