diff --git a/components/search.vue b/components/search.vue index 4cd3035..c97096e 100644 --- a/components/search.vue +++ b/components/search.vue @@ -70,9 +70,13 @@ {{ app.name.charAt(0) }} -
- {{ app.name }} - {{ app.text }} +
+
+ {{ app.endpoint.includes('/game/') ? `🕹${app.name}` : app.name }} +
+
+ {{ app.text }} +