Skip to content

Commit

Permalink
XLabs/portal-bridge-ui-issues#11 - add default configs
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Dec 5, 2023
1 parent 7c507be commit de4fa9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/connect/vite.token-bridge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ const TESTNET_MORE_NETWORKS = [ALGORAND, ACALA, MORE];
export default defineConfig({
...viteConfig,
define: {
...viteConfig?.define,
navBar: [
{ label: "Home", active: true, href: `${PUBLIC_URL}/` },
{ label: "USDC", href: USDC_BRIDGE_HREF }
Expand Down
1 change: 1 addition & 0 deletions apps/connect/vite.usdc-bridge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default defineConfig({
...viteConfig,
base: `${PUBLIC_URL}/usdc-bridge/`,
define: {
...viteConfig?.define,
navBar: [
{ label: "Home", href: `${PUBLIC_URL}/` },
{ label: "USDC", active: true, href: `${PUBLIC_URL}/usdc-bridge` }
Expand Down

0 comments on commit de4fa9b

Please sign in to comment.