From 2dd725f66afdbb837b2919fd8d49e15a135615fc Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Thu, 27 Apr 2023 00:00:13 -0600 Subject: [PATCH] Mods --- base.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/base.js b/base.js index ee4c2e9..f539658 100644 --- a/base.js +++ b/base.js @@ -121,11 +121,11 @@ App.update = (txt = ``) => { if (include) { s += ` -
-
${App.nouns[i]}
-
->
-
${App.nouns[index]}
-
` +
+
${App.nouns[i]}
+
->
+
${App.nouns[index]}
+
` } index += 1