Skip to content

Commit

Permalink
Include Rewards links
Browse files Browse the repository at this point in the history
  • Loading branch information
yuli-ferna authored and danielisaacgeslin committed Sep 16, 2024
1 parent 42b11b7 commit 2e4c130
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions apps/connect-v1/src/env/tbtc-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const ENV: Env = {
},
{ label: "USDC", href: `${PUBLIC_URL}/usdc-bridge` },
{ label: "tBTC", active: true, href: `${PUBLIC_URL}/tbtc-bridge` },
{ label: "Rewards", href: `${PUBLIC_URL}/rewards-dashboard` },
],
redirects: undefined,
wormholeConnectConfig: {
Expand Down
1 change: 1 addition & 0 deletions apps/connect-v1/src/env/token-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const ENV: Env = {
},
{ label: "USDC", href: USDC_BRIDGE_HREF },
{ label: "tBTC", href: `${PUBLIC_URL}/tbtc-bridge` },
{ label: "Rewards", href: `${PUBLIC_URL}/rewards-dashboard` },
],
redirects: {
source: [
Expand Down
1 change: 1 addition & 0 deletions apps/connect/src/env/token-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const ENV: Env = {
},
{ label: "USDC", href: USDC_BRIDGE_HREF },
{ label: "tBTC", href: `${PUBLIC_URL}/tbtc-bridge` },
{ label: "Rewards", href: `${PUBLIC_URL}/rewards-dashboard` },
],
redirects: {
source: [
Expand Down
1 change: 1 addition & 0 deletions apps/connect/src/env/usdc-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ export const ENV: Env = {
},
{ label: "USDC", active: true, href: `${PUBLIC_URL}/usdc-bridge` },
{ label: "tBTC", href: `${PUBLIC_URL}/tbtc-bridge` },
{ label: "Rewards", href: `${PUBLIC_URL}/rewards-dashboard` },
],
redirects: undefined,
wormholeConnectConfig: {
Expand Down
2 changes: 1 addition & 1 deletion apps/rewards-dashboard/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineConfig({
{ label: "Bridge", href: `${PUBLIC_URL}/` },
{ label: "USDC", href: `${PUBLIC_URL}/usdc-bridge` },
{ label: "tBTC", href: `${PUBLIC_URL}/tbtc-bridge` },
{ label: "Rewards",active: true, href: `${PUBLIC_URL}/rewards-dashboard` },
{ label: "Rewards", active: true, href: `${PUBLIC_URL}/rewards-dashboard` },
{ label: "Wormholescan", href: `https://wormholescan.io` }
]
},
Expand Down

0 comments on commit 2e4c130

Please sign in to comment.