diff --git a/package.json b/package.json
index 0d122f3..7c2f06f 100644
--- a/package.json
+++ b/package.json
@@ -16,6 +16,7 @@
"dependencies": {
"@headlessui/vue": "^1.7.3",
"@heroicons/vue": "^2.0.12",
+ "@vueuse/core": "^9.12.0",
"alchemy-sdk": "^2.3.0",
"axios": "^1.2.1",
"crc": "^3.8.0",
diff --git a/src/components/TopBar/TopBar.vue b/src/components/TopBar/TopBar.vue
index 7cb8b92..d8ad3ec 100644
--- a/src/components/TopBar/TopBar.vue
+++ b/src/components/TopBar/TopBar.vue
@@ -1,7 +1,8 @@
@@ -103,6 +116,7 @@ const getNetworkImage = (networkName: NetworkEnum): string => {