diff --git a/src/components/AccountCard.vue b/src/components/AccountCard.vue
index 72d07e2..a518871 100644
--- a/src/components/AccountCard.vue
+++ b/src/components/AccountCard.vue
@@ -4,18 +4,23 @@
:style="getColor(account.color)"
@click="goToAccount(account._id || '')"
>
- {{ account.name }}
+ href="#"
+ >{{ account.name }}
-
{{ totalCost | moneypad(account.mainCurrency, false) }}
- {{ account.users && account.users.map((u) => u.alias).join(', ') }}
+
+ {{ totalCost | moneypad(account.mainCurrency, false) }}
+
+
+ {{ account.users && account.users.map((u) => u.alias).join(', ') }}
+