Started implementing PayPal

This commit is contained in:
2017-07-16 07:50:57 +02:00
parent 1a77183737
commit 649672429d
6 changed files with 55 additions and 11 deletions

View File

@ -15,7 +15,7 @@ component LoggedOutMenu
.extra-navigation
NavigationButton("Users", "/users", "globe")
NavigationButton("Music", "/music", "headphones")
NavigationButton("Soundtracks", "/soundtracks", "headphones")
NavigationButton("Login", "/login", "sign-in")
@ -29,7 +29,7 @@ component LoggedInMenu(user *arn.User)
NavigationButton("Forum", "/forum", "comment")
.extra-navigation
NavigationButton("Music", "/music", "headphones")
NavigationButton("Soundtracks", "/soundtracks", "headphones")
FuzzySearch