From cd4efd16f68dcd0c5fed22e43a1a54f112360b4d Mon Sep 17 00:00:00 2001 From: opencode Date: Sat, 1 Aug 2026 20:20:01 +0200 Subject: [PATCH] feat(toolrate): rebrand to toolr + logo links home - 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 --- artifacts/toolrate/index.html | 12 ++++++------ artifacts/toolrate/src/components/layout.tsx | 14 +++++++------- artifacts/toolrate/src/pages/home.tsx | 2 +- artifacts/toolrate/src/pages/login.tsx | 6 +++--- artifacts/toolrate/src/pages/not-found.tsx | 6 +++--- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/artifacts/toolrate/index.html b/artifacts/toolrate/index.html index bccb9d9..cfd41ff 100644 --- a/artifacts/toolrate/index.html +++ b/artifacts/toolrate/index.html @@ -3,15 +3,15 @@ - ToolRate — Tool-Bewertungsplattform - + toolr — Tool-Bewertungsplattform + - - + + - - + + diff --git a/artifacts/toolrate/src/components/layout.tsx b/artifacts/toolrate/src/components/layout.tsx index 8fb5b6f..3e26985 100644 --- a/artifacts/toolrate/src/components/layout.tsx +++ b/artifacts/toolrate/src/components/layout.tsx @@ -26,10 +26,10 @@ export function Layout({ children }: { children: React.ReactNode }) {