diff --git a/src/App.vue b/src/App.vue
index fc84644..6d32a85 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -108,8 +108,8 @@ onBeforeUnmount(() => {
v-for="item in menu"
:key="item.link"
:to="item.link"
- class="flex w-fit h-full flex-col items-center gap-2"
- :class="route.path == item.link ? 'bg-green-100 rounded-2xl !py-2 !px-4' : ''"
+ class="flex w-fit h-full flex-col items-center gap-2 !py-2 !px-4"
+ :class="route.path == item.link ? 'bg-green-100 rounded-2xl ' : ''"
>
{{ item.name }}