summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app.js b/js/app.js
index f509821..8e781a2 100644
--- a/js/app.js
+++ b/js/app.js
@@ -4,7 +4,7 @@ if (screen.width > 768) { // If Desktop
<img src="/assets/imgs/clairo2.gif" alt="" width="30px">
</div>
`;
-} else if (screen.width < 768) { // If Mobile
+} else { // If Mobile
<div class="clairo" onclick="activateCheats()">
<img src="/assets/imgs/clairo2.gif" alt="" width="30px">
</div>