Remove placeholder notification bell

Non-functional UI element. Notifications will be implemented
properly in Trinity Core.

Chronicler #69
This commit is contained in:
Claude
2026-04-08 08:48:38 +00:00
parent 5bd4c60238
commit 460d36c9b2

View File

@@ -115,9 +115,6 @@
<button onclick="document.documentElement.classList.toggle('dark')" class="p-2 rounded-md hover:bg-gray-100 dark:hover:bg-gray-700">
🌙/☀️
</button>
<span class="relative">
🔔 <span class="absolute -top-1 -right-1 bg-fire text-white text-xs rounded-full h-4 w-4 flex items-center justify-center">0</span>
</span>
</div>
</header>