summaryrefslogtreecommitdiff
path: root/src/login
diff options
context:
space:
mode:
Diffstat (limited to 'src/login')
-rw-r--r--src/login/src/View/Header.elm.m48
1 files changed, 3 insertions, 5 deletions
diff --git a/src/login/src/View/Header.elm.m4 b/src/login/src/View/Header.elm.m4
index c14e1d5..df080ed 100644
--- a/src/login/src/View/Header.elm.m4
+++ b/src/login/src/View/Header.elm.m4
@@ -32,12 +32,10 @@ navigation_html =
(Html.nav
[]
[
- (link_html "/login/" "Play" False),
+ (link_html "/about.html" "About" True),
+ (link_html "/login/" "Play" True),
(link_html "/news/" "News" False),
- (link_html "/community/" "Community" False),
- (link_html "/about/" "About" False),
- (link_html "/battle/?id=0" "[D] Battle" True),
- (link_html "/map-editor/?id=0" "[D] Map Editor" True)
+ (link_html "/community/" "Community" False)
]
)