diff --git a/.gitignore b/.gitignore
index 2d4a250c..d12d02a8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,7 +6,9 @@ node_modules
dist
# Secrets
.env.sh
-# wiki-json(dev)
+# wiki(Dev)
src/data/WIKI/Character/
src/data/WIKI/Weapon/
src/data/WIKI/GCG/
+public/icon/talents/
+public/icon/constellations/
diff --git a/src/components/wiki/twc-constellations.vue b/src/components/wiki/twc-constellations.vue
index 679bfe34..6de2796c 100644
--- a/src/components/wiki/twc-constellations.vue
+++ b/src/components/wiki/twc-constellations.vue
@@ -9,8 +9,7 @@
class="twc-constellation-tab"
density="compact"
>
-
-
+
{{ item.Name }}
diff --git a/src/components/wiki/twc-skills.vue b/src/components/wiki/twc-skills.vue
index 72ed7b0a..0234dd99 100644
--- a/src/components/wiki/twc-skills.vue
+++ b/src/components/wiki/twc-skills.vue
@@ -9,8 +9,7 @@
class="twc-skill-tab"
density="compact"
>
-
-
+
{{ item.name }}