Skip to content

Commit

Permalink
Remove privacy policy from header nav (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielisaacgeslin authored Jul 29, 2024
1 parent 1b9af3c commit 907ea7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions apps/connect/src/env/token-bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ type MoreChainDefinition = NonNullable<
const ADVANCE_TOOLS_HREF = `${PUBLIC_URL}/advanced-tools/`;
const ADVANCE_TOOLS_HREF_TEMPLATE = `${ADVANCE_TOOLS_HREF}#/transfer?sourceChain={:sourceChain}&targetChain={:targetChain}`;
const USDC_BRIDGE_HREF = `${PUBLIC_URL}/usdc-bridge/`;
const PRIVACY_POLICY_HREF = `${PUBLIC_URL}/#/privacy-policy/`;

export const ALGORAND = {
icon: "data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_5964_23764' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='80' height='80'%3E%3Crect width='80' height='80' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_5964_23764)'%3E%3Cpath d='M17.1382 72.7516L27.3034 55.1578L37.4598 37.6258L47.5588 20.032L49.2361 17.2424L49.9732 20.032L53.0718 31.6141L49.6024 37.6258L39.4461 55.1578L29.3471 72.7516H41.4853L51.6461 55.1578L56.9118 46.0519L59.3925 55.1578L64.0977 72.7516H75L70.2948 55.1578L65.5852 37.6258L64.3493 33.1015L71.9059 20.032H60.8799L60.5048 18.7299L56.6647 4.35825L56.1703 2.5H45.577L45.3298 2.87077L35.4162 20.032L25.2554 37.6258L15.1608 55.1578L5 72.7516H17.1382Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A",
Expand Down Expand Up @@ -57,7 +56,6 @@ export const ENV: Env = {
isBlank: true,
},
{ label: "USDC", href: USDC_BRIDGE_HREF },
{ label: "Privacy Policy", href: PRIVACY_POLICY_HREF },
],
redirects: {
source: [
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 @@ -21,7 +21,6 @@ export const ENV: Env = {
isBlank: true,
},
{ label: "USDC", active: true, href: `${PUBLIC_URL}/usdc-bridge` },
{ label: "Privacy Policy", href: `${PUBLIC_URL}/privacy-policy` },
],
redirects: undefined,
wormholeConnectConfig: {
Expand Down

0 comments on commit 907ea7f

Please sign in to comment.