From a9894ff1f6836936178725d439ff10212ca14a0a Mon Sep 17 00:00:00 2001 From: ElMoribond Date: Tue, 13 Jul 2021 08:57:27 +0200 Subject: [PATCH] improved user experience --- web/src/AppBar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/AppBar.jsx b/web/src/AppBar.jsx index 8a6aa3743..664b48a81 100644 --- a/web/src/AppBar.jsx +++ b/web/src/AppBar.jsx @@ -51,7 +51,7 @@ export default function AppBar() { ) : null} - + ); }