Update config.js

This commit is contained in:
Derek Chen
2023-04-02 23:50:22 -05:00
committed by GitHub
parent 8cdd04f0b4
commit 17e0ac9465

View File

@@ -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);