summaryrefslogtreecommitdiffhomepage
path: root/templates/navbar_templ.go
diff options
context:
space:
mode:
Diffstat (limited to 'templates/navbar_templ.go')
-rw-r--r--templates/navbar_templ.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/navbar_templ.go b/templates/navbar_templ.go
index f337657..c2132e1 100644
--- a/templates/navbar_templ.go
+++ b/templates/navbar_templ.go
@@ -120,14 +120,14 @@ func navbar() templ.Component {
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
- _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("</a></li><li><a href=\"#TODO\">")
+ _, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString("</a></li><li><a href=\"/about\">")
if templ_7745c5c3_Err != nil {
return templ_7745c5c3_Err
}
var templ_7745c5c3_Var9 string
templ_7745c5c3_Var9, templ_7745c5c3_Err = templ.JoinStringErrs(p.T("About"))
if templ_7745c5c3_Err != nil {
- return templ.Error{Err: templ_7745c5c3_Err, FileName: `navbar.templ`, Line: 27, Col: 37}
+ return templ.Error{Err: templ_7745c5c3_Err, FileName: `navbar.templ`, Line: 27, Col: 38}
}
_, templ_7745c5c3_Err = templ_7745c5c3_Buffer.WriteString(templ.EscapeString(templ_7745c5c3_Var9))
if templ_7745c5c3_Err != nil {