From 4fe479f9f38fc70427fd34ddb3735de117bdba05 Mon Sep 17 00:00:00 2001 From: Felix Hamann Date: Sun, 8 Jul 2018 20:51:39 +0200 Subject: [PATCH] move HOME to the left in navbar --- src/Foundation.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Foundation.hs b/src/Foundation.hs index 8f56b2117..16b1e5209 100644 --- a/src/Foundation.hs +++ b/src/Foundation.hs @@ -655,7 +655,7 @@ submissionList tid csh shn uid = E.select . E.from $ \(course `E.InnerJoin` shee defaultLinks :: [MenuTypes] defaultLinks = -- Define the menu items of the header. - [ NavbarRight $ MenuItem + [ NavbarAside $ MenuItem { menuItemLabel = "Home" , menuItemIcon = Just "home" , menuItemRoute = HomeR