summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2019-01-31 10:44:56 +0100 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2019-01-31 10:44:56 +0100 |
commit | 4a8ade2a4ad094867c09b0c3ce0fc11da439d037 (patch) | |
tree | a7f0749613e954ef06e26d00736d6866e3e7543b /src/main-menu | |
parent | d5498c53ad8ff96156f2e052dcfc469305062f31 (diff) |
Improves piercing icon.
Diffstat (limited to 'src/main-menu')
-rw-r--r-- | src/main-menu/src/View/Header.elm.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main-menu/src/View/Header.elm.m4 b/src/main-menu/src/View/Header.elm.m4 index 57cb6d1..3614a69 100644 --- a/src/main-menu/src/View/Header.elm.m4 +++ b/src/main-menu/src/View/Header.elm.m4 @@ -30,6 +30,7 @@ navigation_html = (Html.nav [] [ + (link_html "/main-menu" "Main Menu" True), (link_html "/about.html" "About" True), (link_html "/news/" "News" False), (link_html "/community/" "Community" False), |