fix: remove email from top bar nav

This commit is contained in:
2026-05-04 20:13:14 +02:00
parent ccc39e27e4
commit 0ff22cca5f
2 changed files with 0 additions and 6 deletions

View File

@@ -18,7 +18,6 @@
<a href="/feed.rss">RSS</a>
{% if let Some(email) = ctx.user_email %}
<a href="/reviews/new">Add Review</a>
<span class="user-email">{{ email }}</span>
<a href="/logout">Logout</a>
{% else %}
<a href="/login">Login</a>

View File

@@ -88,11 +88,6 @@ nav a:hover {
box-shadow: 0 0 12px var(--primary-glow);
}
.user-email {
color: var(--text-muted);
font-size: 0.85em;
}
/* Diary entries */
.diary {
display: flex;