edited/added website icon

This commit is contained in:
2026-05-29 23:33:18 +02:00
parent e006aa44ae
commit ec97102459
12 changed files with 59 additions and 33 deletions
+7 -2
View File
@@ -82,8 +82,13 @@ export const Sidebar = () => {
</Button>
</div>
<div className="rounded-2xl border border-white/70 bg-white/80 px-4 py-3 text-xs font-semibold uppercase tracking-[0.2em] text-[#0b6bcb] shadow-[0_12px_30px_rgba(12,38,78,0.12)]">
Stockhome
<div className="flex items-center gap-3 rounded-2xl border border-white/70 bg-white/80 px-4 py-3 text-xs font-semibold uppercase tracking-[0.2em] text-[#0b6bcb] shadow-[0_12px_30px_rgba(12,38,78,0.12)]">
<img
src="/favicon.png"
alt="Stockhome"
className="h-7 w-7 rounded-lg"
/>
<span>Stockhome</span>
</div>
</aside>
);