Commit 48ff664e authored by Marius Blüm's avatar Marius Blüm Committed by Joshua Tauberer

Remove the ? from "Log out" (#1231)

Signed-off-by: 's avatarMarius Blüm <marius@lineone.io>
parent a52c56e5
......@@ -108,7 +108,7 @@
<li><a href="#web" onclick="return show_panel(this);">Web</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#" onclick="do_logout(); return false;" style="color: white">Log out?</a></li>
<li><a href="#" onclick="do_logout(); return false;" style="color: white">Log out</a></li>
</ul>
</div><!--/.navbar-collapse -->
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment