Skip to content

Commit

Permalink
removed bridge assets title
Browse files Browse the repository at this point in the history
  • Loading branch information
danielisaacgeslin committed Sep 19, 2024
1 parent d276308 commit 8be1ac4
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 8be1ac4

Please sign in to comment.