Added SVG icons from Font Awesome
This commit is contained in:
@ -24,11 +24,11 @@ component LoggedInMenu
|
||||
component NavigationButton(name string, target string, icon string)
|
||||
a.navigation-link.ajax(href=target)
|
||||
.navigation-button
|
||||
i(class="fa fa-" + icon)
|
||||
Icon(icon)
|
||||
span.navigation-text= name
|
||||
|
||||
component NavigationButtonNoAJAX(name string, target string, icon string)
|
||||
a.navigation-link(href=target)
|
||||
.navigation-button
|
||||
i(class="fa fa-" + icon)
|
||||
Icon(icon)
|
||||
span.navigation-text= name
|
Reference in New Issue
Block a user