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 */