From 17e0ac9465fc2dda0de78be4ea4263af103fee72 Mon Sep 17 00:00:00 2001 From: Derek Chen <53978637+DereC4@users.noreply.github.com> Date: Sun, 2 Apr 2023 23:50:22 -0500 Subject: [PATCH] Update config.js --- js/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/config.js b/js/config.js index f3eecd0c..6981ad69 100644 --- a/js/config.js +++ b/js/config.js @@ -82,7 +82,7 @@ Text.emptyText = function () { "Bevo Bucks are the new Bitcoin", "Every day, another brick disappears from Speedway", "The GDC will annex the EER one day", - "Is the 10 minute hike to Kins worth it?", + "To hike to Kins, or not to hike to Kins...", ]; let index = Math.floor(Math.random() * arr.length);