added leagues
This commit is contained in:
@@ -37,6 +37,7 @@ templ Layout(title string) {
|
||||
>
|
||||
@popup.ErrorModalContainer()
|
||||
@popup.ToastContainer()
|
||||
@popup.ConfirmModal()
|
||||
<div
|
||||
id="main-content"
|
||||
class="flex flex-col h-screen justify-between"
|
||||
|
||||
@@ -20,6 +20,7 @@ type ProfileItem struct {
|
||||
func getNavItems() []NavItem {
|
||||
return []NavItem{
|
||||
{Name: "Seasons", Href: "/seasons"},
|
||||
{Name: "Leagues", Href: "/leagues"},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user