Use content-padding-half constant
This commit is contained in:
@ -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")
|
||||
|
Reference in New Issue
Block a user