feat: rebrand user-facing strings from ashim to SnapOtter

This commit is contained in:
ashim-hq
2026-04-24 14:47:17 +08:00
parent a57e84ab28
commit d299aa8a72
11 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ export function LoginPage() {
<div className="w-full max-w-md space-y-8">
<div>
<h1 className="text-3xl font-bold text-foreground">
<span className="text-primary">ashim</span>
<span className="text-primary">SnapOtter</span>
</h1>
<h2 className="text-2xl font-bold mt-4 text-foreground">Login</h2>
</div>