UI polish: updated favicon, smoothed animated bars, and slowed down gradient animations

This commit is contained in:
2026-06-04 00:28:02 +02:00
parent 3a2c738bd0
commit 7981b1d146
3 changed files with 15 additions and 16 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ export function Footer() {
return (
<footer className="shrink-0 h-8 flex items-center px-6 border-t border-border bg-bg/50 backdrop-blur-sm">
<p className="text-[10px] font-semibold text-fg-muted uppercase tracking-wider">
<span className="gradient-text font-bold">MelodyMuse</span>
<span className="gradient-text-animated font-bold">MelodyMuse</span>
<span className="mx-1.5 opacity-40">·</span>
{t.appSubtitle}
</p>