diff --git a/landing/package.json b/landing/package.json index 76861d6..e724ca8 100644 --- a/landing/package.json +++ b/landing/package.json @@ -18,6 +18,7 @@ }, "dependencies": { "@harb/web3": "*", + "@harb/ui-shared": "*", "@tanstack/vue-query": "^5.92.9", "@wagmi/vue": "^0.2.8", "sass": "^1.83.4", diff --git a/landing/src/components/WalletCard.vue b/landing/src/components/WalletCard.vue index a2c68c8..c39dba3 100644 --- a/landing/src/components/WalletCard.vue +++ b/landing/src/components/WalletCard.vue @@ -1,5 +1,6 @@