frontend: remove link to account

This commit is contained in:
Adhityaa 2018-06-09 14:20:27 +05:30
parent 8983efabe2
commit 21175cb649
3 changed files with 0 additions and 3 deletions

View File

@ -66,7 +66,6 @@ func initStaticRouter(router *mux.Router) error {
"signup",
"dashboard",
"logout",
"account",
}
html := make(map[string]string)

View File

@ -1 +0,0 @@

View File

@ -15,7 +15,6 @@
<a href="/" class="navbar-item navbar-logo-text"><img src="/images/logo.svg" class="navbar-logo">Commento</a>
<div class="navbar-item">
<a href="/logout" class="navbar-item">Logout</a>
<a href="/account" class="navbar-item">Account Settings</a>
<div class="float-right"><b><div id="owner-name"></div></b></div>
</div>
</div>