diff --git a/pages/home/components/projects.vue b/pages/home/components/projects.vue
index 5c18d28..3d0b8f8 100644
--- a/pages/home/components/projects.vue
+++ b/pages/home/components/projects.vue
@@ -17,7 +17,13 @@
'no-actived-3': actived === 3 && item.value === 2,
'no-actived-4': actived === 2 && item.value === 3,
}"
- >{{ item.name }}
+ >
+
+ {{ item.name }}
+
+
\ No newline at end of file