diff --git a/templates/navbar.html b/templates/navbar.html
index 8f5c043..7f4f5fc 100644
--- a/templates/navbar.html
+++ b/templates/navbar.html
@@ -41,6 +41,12 @@
{{ navbarItem .Path (.T "Request beatmap ranking") "/beatmaps/rank_request" }}
+
+ {{ .T "Clans" }}
+
+
{{ else }}
{{ .T "Beatmaps" }}
@@ -50,7 +56,7 @@
{{ end }}
{{ navbarItem .Path (.T "Donate" | printf "%s") "/donate" }}
- {{ if $isAdmin }}{{ navbarItem .Path (.T "RAP" | printf "%s") "https://old.yozora.pw/p/100" }}{{ end }}
+ {{ if $isAdmin }}{{ navbarItem .Path (.T "Admin" | printf "%s") "https://old.yozora.pw/p/100" }}{{ end }}
{{ end }}