Update App name

This commit is contained in:
2026-03-07 11:04:18 +11:00
parent ace053a547
commit 14b30bdb6e
9 changed files with 14 additions and 13 deletions
+3 -2
View File
@@ -103,9 +103,10 @@ export function AppHeader({
<button <button
onClick={onGoHome} onClick={onGoHome}
aria-label="Go to homepage" aria-label="Go to homepage"
className="shrink-0 text-xl font-bold focus-visible:ring-2 focus-visible:ring-ring focus-visible:outline-none rounded bg-gradient-to-r from-blue-600 to-purple-600 bg-clip-text text-transparent" className="shrink-0 text-xl font-bold focus-visible:ring-2 focus-visible:ring-ring focus-visible:outline-none rounded"
style={{ color: "#27ae60" }}
> >
HS HeySearch
</button> </button>
)} )}