Skip to content

Commit

Permalink
Merge branch 'feature/portal-re-branding' of https://github.com/XLabs…
Browse files Browse the repository at this point in the history
…/portal-bridge-ui into feature/portal-re-branding
  • Loading branch information
yuli-ferna committed Sep 19, 2024
2 parents e937e70 + 8be1ac4 commit 96b7d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/connect/src/env/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ export const PUBLIC_URL = envVars.VITE_PUBLIC_URL || "";
export const CLUSTER = envVars.VITE_APP_CLUSTER || "Testnet";
export const wormholeConnectConfigCommon: Partial<WormholeConnectConfig> = {
ui: {
title: "Bridge assets",
cctpWarning: "Bridge assets",
title: "",
cctpWarning: "",
walletConnectProjectId: envVars.VITE_APP_WALLET_CONNECT_PROJECT_ID || "",
showHamburgerMenu: false,
explorer: {
Expand Down

0 comments on commit 96b7d49

Please sign in to comment.