From e2531584bf2ea539a4cd9d73c342fc733d3ffac9 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Sat, 21 Nov 2020 19:06:06 -0600 Subject: [PATCH] Revert whitespace hack --- components/search.vue | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) 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 }} +