diff --git a/web/templates/layout.templ b/web/templates/layout.templ
index 7f65fee..0339687 100644
--- a/web/templates/layout.templ
+++ b/web/templates/layout.templ
@@ -20,7 +20,10 @@ templ Layout(title string) {
-
- Home
+ Race View
+
+ -
+ Race Manager
-
Admin
diff --git a/web/templates/layout_templ.go b/web/templates/layout_templ.go
index 0e9a560..7db7e1d 100644
--- a/web/templates/layout_templ.go
+++ b/web/templates/layout_templ.go
@@ -42,7 +42,7 @@ func Layout(title string) templ.Component {
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
- templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 2, " - Derby Race Manager")
+ templ_7745c5c3_Err = templruntime.WriteString(templ_7745c5c3_Buffer, 2, " - Derby Race Manager")
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}