summaryrefslogtreecommitdiffhomepage
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index c1ad359..944c3e0 100644
--- a/main.go
+++ b/main.go
@@ -20,7 +20,7 @@ import (
var components = map[string]templ.Component{
"/": templates.Index(),
"/about": templates.About(),
- "/language": templates.SetLanguage(),
+ "/language": templates.Language(),
}
func main() {