diff --git a/.gitignore b/.gitignore index 521e51b..28c9110 100644 --- a/.gitignore +++ b/.gitignore @@ -84,3 +84,4 @@ dist # Other /app-list.json /README-temp.md +/game-list.json diff --git a/components/navbar.vue b/components/navbar.vue index 90c6008..5eee094 100644 --- a/components/navbar.vue +++ b/components/navbar.vue @@ -162,6 +162,10 @@ export default { label: 'Entertainment', url: '/kind/entertainment-and-media-apps', }, + { + label: 'Games', + url: '/games', + }, ]) } }, diff --git a/components/search.vue b/components/search.vue index 8377c82..b570976 100644 --- a/components/search.vue +++ b/components/search.vue @@ -56,14 +56,19 @@ class="relative" >
{{ app.name.charAt(0) }}
-
{{ app.name }}
+
+ + 🕹 + + {{ app.name }} +
{{ app.text }}
@@ -82,7 +87,10 @@
-