Skip to content

Commit

Permalink
Feat: Portal Logo should take the user back to the new portal bridge …
Browse files Browse the repository at this point in the history
…page (#562)

* fix

* bump version
  • Loading branch information
yuli-ferna committed Dec 1, 2023
1 parent 80e0980 commit f7d482b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ on:
default: Cloudflare-Preview
public-url:
type: string
default: /
outputs:
pkg-version:
description: "NPM Package Version"
Expand Down
2 changes: 1 addition & 1 deletion apps/connect/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/connect/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@xlabs/portal-bridge-ui",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"scripts": {
"dev:usdc-bridge": "vite --config ./vite.usdc-bridge.config.ts",
Expand Down

0 comments on commit f7d482b

Please sign in to comment.