Added new support page

This commit is contained in:
2018-03-04 16:53:42 +01:00
parent 057dab988c
commit a3b7e4b3de
8 changed files with 97 additions and 1 deletions

View File

@ -9,6 +9,7 @@ component Shop(user *arn.User, items []*arn.Item)
component ShopTabs(user *arn.User)
.tabs
Tab("Support", "heart", "/support")
Tab("Shop", "shopping-cart", "/shop")
Tab("Inventory", "briefcase", "/inventory")
Tab("History", "history", "/shop/history")