From 97157be7473967cd9779776e44a9478d6a0845df Mon Sep 17 00:00:00 2001 From: ktyl Date: Sat, 13 Jul 2024 01:51:10 +0100 Subject: [PATCH] chore: remove home button --- index.html | 2 -- main.js | 5 ----- styles.css | 5 ----- 3 files changed, 12 deletions(-) diff --git a/index.html b/index.html index 531319c..766c627 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,6 @@ -Home -

diff --git a/main.js b/main.js index de37d36..d6e81b8 100644 --- a/main.js +++ b/main.js @@ -120,11 +120,6 @@ class UserProfile { } -function goToHome() { - updateUserProfile(null); -} - - function updateUserProfile(username) { if (userProfile != null) { userProfile.hide(); diff --git a/styles.css b/styles.css index 4468863..73fff75 100644 --- a/styles.css +++ b/styles.css @@ -1,8 +1,3 @@ -#home { - position: fixed; - top: 0; - left: 0; -} /* TODO: deal with visibility when screen cuts off left side */ /* TODO: how do we show the profile on mobile */