Skip to content

Commit

Permalink
remove cosmos menu entry (#1121)
Browse files Browse the repository at this point in the history
* remove cosmos menu entry

* remove extra entries
  • Loading branch information
sebastianscatularo authored Oct 3, 2024
1 parent fc5d193 commit e0e426f
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion apps/connect-v1/src/env/tbtc-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export const ENV: Env = {
// },
{ label: "USDC", href: `${PUBLIC_URL}/usdc-bridge` },
{ label: "tBTC", active: true, href: `${PUBLIC_URL}/tbtc-bridge` },
{ label: "Cosmos", href: `${PUBLIC_URL}/cosmos` },
{ label: "Rewards", href: `${PUBLIC_URL}/rewards-dashboard` },
],
redirects: undefined,
Expand Down
1 change: 0 additions & 1 deletion apps/connect-v1/src/env/token-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export const ENV: Env = {
// },
{ label: "USDC", href: USDC_BRIDGE_HREF },
{ label: "tBTC", href: `${PUBLIC_URL}/tbtc-bridge` },
{ label: "Cosmos", active: true, href: `${PUBLIC_URL}/cosmos` },
{ label: "Rewards", href: `${PUBLIC_URL}/rewards-dashboard` },
],
redirects: {
Expand Down
1 change: 0 additions & 1 deletion apps/connect/src/env/token-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ export const ENV: Env = {
// },
{ label: "USDC", href: USDC_BRIDGE_HREF },
{ label: "tBTC", href: `${PUBLIC_URL}/tbtc-bridge` },
{ label: "Cosmos", href: `${PUBLIC_URL}/cosmos` },
{ label: "Rewards", href: `${PUBLIC_URL}/rewards-dashboard` },
],
redirects: {
Expand Down
1 change: 0 additions & 1 deletion apps/connect/src/env/usdc-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const ENV: Env = {
// },
{ label: "USDC", active: true, href: `${PUBLIC_URL}/usdc-bridge` },
{ label: "tBTC", href: `${PUBLIC_URL}/tbtc-bridge` },
{ label: "Cosmos", href: `${PUBLIC_URL}/cosmos` },
{ label: "Rewards", href: `${PUBLIC_URL}/rewards-dashboard` },
],
redirects: undefined,
Expand Down
1 change: 0 additions & 1 deletion apps/rewards-dashboard/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export default defineConfig({
{ label: "Home", href: `${PUBLIC_URL}/` },
{ label: "USDC", href: `${PUBLIC_URL}/usdc-bridge` },
{ label: "tBTC", href: `${PUBLIC_URL}/tbtc-bridge` },
{ label: "Cosmos", href: `${PUBLIC_URL}/cosmos` },
{ label: "Rewards", active: true, href: `${PUBLIC_URL}/rewards-dashboard` },
//{ label: "Wormholescan", href: `https://wormholescan.io` },
{ label: "Advanced Tools", href: `${PUBLIC_URL}/advanced-tools/` },
Expand Down

0 comments on commit e0e426f

Please sign in to comment.