Add version number (v1.0) below Trinity Console title

Small text under the logo in sidebar for version tracking.

Chronicler #69
This commit is contained in:
Claude
2026-04-08 08:34:41 +00:00
parent 7d21b4290a
commit c2b6610e6d

View File

@@ -63,7 +63,10 @@
<div class="flex h-screen overflow-hidden">
<aside id="sidebar" class="w-64 bg-white dark:bg-darkcard border-r border-gray-200 dark:border-gray-700 flex flex-col">
<div class="p-6 flex justify-between items-center">
<div>
<h1 class="text-2xl font-bold bg-gradient-to-r from-fire via-universal to-frost text-transparent bg-clip-text">Trinity Console</h1>
<span class="text-xs text-gray-500 dark:text-gray-400">v1.0</span>
</div>
<!-- Mobile close button -->
<button onclick="document.getElementById('sidebar').classList.remove('open'); document.getElementById('sidebar-overlay').classList.remove('open');" class="md:hidden text-2xl">✕</button>
</div>