From a1e36fadc26f949f46b77718d7fa8b312817aaa1 Mon Sep 17 00:00:00 2001 From: The Ghost of FOSS' Future <163201376+sneedgroup-holder@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:48:36 -0500 Subject: [PATCH] Update index.html --- index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 4047ee5..d5c0d6e 100644 --- a/index.html +++ b/index.html @@ -224,7 +224,7 @@ -
+ @@ -364,9 +364,7 @@ function updateStatusBar() { const statusBar = document.querySelector(".status-bar"); const mode = editor.getOption("mode"); - statusBar.textContent = `SneedCode | UTF-8 | ${ - mode.charAt(0).toUpperCase() + mode.slice(1) - }`; + statusBar.textContent = `sneedCode | ${mode.charAt(0).toUpperCase() + mode.slice(1)}`; } funcUpdateStatusBar = updateStatusBar;