From 3e8aefa7c41ebc218cacc03667d8ea391e1d6b9c Mon Sep 17 00:00:00 2001 From: oscie Date: Sun, 28 Jul 2024 20:32:46 +0100 Subject: [PATCH 1/2] fix: Replace America-centric text with global name --- backend/app.js | 2 +- frontend/index.html | 4 ++-- frontend/public/img/viewingTool-logo.png | Bin 1048588 -> 103103 bytes frontend/src/components/FooterPage.vue | 2 +- frontend/src/pages/[...404].vue | 2 +- frontend/src/pages/artisans/[id].vue | 2 +- frontend/src/pages/artisans/index.vue | 4 ++-- frontend/src/pages/contests.vue | 4 ++-- frontend/src/pages/contests/[id].vue | 2 +- frontend/src/pages/contests/active.vue | 2 +- frontend/src/pages/contests/previous.vue | 2 +- frontend/src/pages/index.vue | 6 +++--- frontend/src/pages/plaza/[id].vue | 2 +- frontend/src/pages/plaza/popular.vue | 4 ++-- frontend/src/pages/plaza/top.vue | 4 ++-- frontend/src/pages/search.vue | 4 ++-- 16 files changed, 23 insertions(+), 23 deletions(-) diff --git a/backend/app.js b/backend/app.js index 5e92693..7cd99b2 100644 --- a/backend/app.js +++ b/backend/app.js @@ -49,7 +49,7 @@ app.get("*", (req, res) => { }); app.listen(port, () => { - console.log(`CMOC Viewer is running on ${port}`); + console.log(`MCC Viewer is running on ${port}`); }); module.exports = app; diff --git a/frontend/index.html b/frontend/index.html index 56cb589..006edd6 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -4,7 +4,7 @@ @@ -27,7 +27,7 @@ rel="stylesheet" /> - CMOC Viewing Tool | WiiLink + MCC Viewing Tool | WiiLink