diff options
-rw-r--r-- | template/base.templ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/base.templ b/template/base.templ index bd8c082..dcef2d8 100644 --- a/template/base.templ +++ b/template/base.templ @@ -42,7 +42,7 @@ templ Base(body templ.Component) { <p> <small> { p.T("Found a mistake or want to contribute missing information?") } - <a href="/">{ p.T("Feel free to contact us!") }</a> + <a href="/about">{ p.T("Feel free to contact us!") }</a> </small> </p> </footer> |