From 9199a57cc86ebc5c0a24f8277cbc8463e8262519 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 1 Sep 2023 00:01:22 +0800 Subject: ... --- FrontEnd/src/components/AppBar.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'FrontEnd/src/components/AppBar.tsx') diff --git a/FrontEnd/src/components/AppBar.tsx b/FrontEnd/src/components/AppBar.tsx index 1a5c1941..9dfec3e1 100644 --- a/FrontEnd/src/components/AppBar.tsx +++ b/FrontEnd/src/components/AppBar.tsx @@ -92,7 +92,12 @@ export default function AppBar() { {isMobile && ( - + )} ); -- cgit v1.2.3