diff --git a/components/dot/connect.vue b/components/dot/connect.vue
index 6b81f05..7e1503e 100644
--- a/components/dot/connect.vue
+++ b/components/dot/connect.vue
@@ -1,5 +1,5 @@
-
+
{{ accountStore.hasSelectedAccount ? `${accountStore.accountName} ${accountStore.shortAddress}` : "Connect" }}
diff --git a/nuxt.config.ts b/nuxt.config.ts
index aa7a6f6..cf1f65d 100644
--- a/nuxt.config.ts
+++ b/nuxt.config.ts
@@ -32,6 +32,12 @@ export default defineNuxtConfig({
},
},
+ icon: {
+ clientBundle: {
+ scan: true,
+ },
+ },
+
googleFonts: {
families: {
Unbounded: true,
diff --git a/pages/claim/[code].vue b/pages/claim/[code].vue
index d9542e4..b6329e6 100644
--- a/pages/claim/[code].vue
+++ b/pages/claim/[code].vue
@@ -12,7 +12,7 @@