Use content-padding-half constant

This commit is contained in:
2018-11-21 16:43:41 +09:00
parent 7650137b4d
commit 45661b786c
14 changed files with 19 additions and 18 deletions

View File

@ -40,12 +40,12 @@ component Sidebar(user *arn.User)
SidebarButton("Companies", "/companies", "building")
SidebarButton("Users", "/users", "globe")
if user != nil
SidebarButton("Support", "/support", "heart")
if arn.IsDevelopment()
SidebarButton("Groups", "/groups", "users")
if user != nil
SidebarButton("Support", "/support", "heart")
//- Disabled:
//- SidebarButton("Dash", "/dashboard", "tachometer")
//- SidebarButton("Artworks", "/artworks", "paint-brush")