feat(ui): add TTS logo to header with dark/light mode variants

This commit is contained in:
2026-04-21 01:55:07 +00:00
parent a55850e2c1
commit c94de8198f
5 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
<div class="layout-container">
<header class="header">
<div class="header-content">
<h1>Project Optima</h1>
<img src={$theme === 'dark' ? '/tts-logo-dark.png' : '/tts-logo.png'} alt="Total Tech Solutions" class="header-logo" />
<button
class="theme-toggle"
on:click={() => theme.toggle()}
+8
View File
@@ -33,6 +33,14 @@
color: var(--header-text);
}
.header-logo {
height: 40px;
width: auto;
display: block;
}
/* Layout Wrapper */
.layout-wrapper {
display: flex;
Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 820 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB