fix: don't use selected="notifications" everywhere

This commit is contained in:
trisua 2025-04-13 12:26:40 -04:00
parent bc95f0aaf0
commit 9ae9b6d4ea
7 changed files with 7 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{% extends "root.html" %} {% block head %}
<title>{{ file_name }} - {{ config.name }}</title>
{% endblock %} {% block body %} {{ macros::nav(selected="notifications") }}
{% endblock %} {% block body %} {{ macros::nav() }}
<main class="flex flex-col gap-2">
<div class="card-nest">
<div class="card small flex items-center justify-between gap-2">