Eric Whale

Fix css bottombar icons

...@@ -106,8 +106,8 @@ function Settings() { ...@@ -106,8 +106,8 @@ function Settings() {
106 Logout 106 Logout
107 </button> 107 </button>
108 </div> 108 </div>
109 - <Bottombar />
110 </div> 109 </div>
110 + <Bottombar />
111 </div> 111 </div>
112 ); 112 );
113 } 113 }
......