feat(toolrate): rebrand to toolr + logo links home
Build & Push Docker Image / build (push) Successful in 2m33s

- visible brand text changed to toolr (sidebar, mobile header, topbar
  fallback, login, 404, home heading, index.html title/og/twitter meta)
- brand logo now links to / in sidebar, mobile header, login, 404
- internal identifiers unchanged: package name, localStorage key
This commit is contained in:
opencode
2026-08-01 20:20:01 +02:00
parent ccc295f92f
commit cd4efd16f6
5 changed files with 20 additions and 20 deletions
+3 -3
View File
@@ -46,10 +46,10 @@ export default function Login() {
</div>
<div className="w-full max-w-sm space-y-6">
<div className="flex flex-col items-center gap-2 text-center">
<div className="flex items-center gap-2 text-primary font-bold text-2xl">
<Link href="/" className="flex items-center gap-2 text-primary font-bold text-2xl">
<Wrench className="w-7 h-7" />
<span>ToolRate</span>
</div>
<span>toolr</span>
</Link>
<p className="text-muted-foreground text-sm">Sign in to your account</p>
</div>