diff --git a/WebApp/Components/Shared/Layout/MainLayout.razor b/WebApp/Components/Shared/Layout/MainLayout.razor index cf7d7cf..b63b9df 100644 --- a/WebApp/Components/Shared/Layout/MainLayout.razor +++ b/WebApp/Components/Shared/Layout/MainLayout.razor @@ -9,9 +9,12 @@ - - TSA Chapter Organizer - @Configuration["ChapterSettings:Name"] - + @if (!_drawerOpen) + { + + TSA Chapter Organizer - @Configuration["ChapterSettings:Name"] + + }