diff --git a/src/index.html b/src/index.html
index 6375076..c2ed365 100644
--- a/src/index.html
+++ b/src/index.html
@@ -65,7 +65,10 @@
Little Big Adventure Game Quotes αlpha
Game
{{ game }}
Quote ID
- {{ id }}
+
+ {{ id }}
+ 📝
+
Area
{{ area }}
{{#location}}
@@ -156,7 +159,9 @@ Little Big Adventure Game Quotes αlpha
}
if (
params.query &&
- !quote.message.toLowerCase().includes(params.query.toLowerCase())
+ !quote.message
+ .toLowerCase()
+ .includes(params.query.toLowerCase())
) {
return false;
}