refactor: replace GemLogo with OtterLogo component for SnapOtter rebrand

This commit is contained in:
ashim-hq
2026-04-24 14:46:11 +08:00
parent 9f9fbf1fd7
commit 3185827c80
5 changed files with 18 additions and 40 deletions
@@ -32,7 +32,7 @@ import { apiDelete, apiGet, apiPost, apiPut, clearToken, formatHeaders } from "@
import { cn, copyToClipboard } from "@/lib/utils";
import { useAnalyticsStore } from "@/stores/analytics-store";
import { useSettingsStore } from "@/stores/settings-store";
import { GemLogo } from "../common/gem-logo";
import { OtterLogo } from "../common/otter-logo";
import { AiFeaturesSection } from "./ai-features-section";
interface SettingsDialogProps {
@@ -2511,7 +2511,7 @@ function AboutSection() {
<div className="p-4 rounded-lg border border-border bg-muted/20 space-y-3">
<div className="flex items-center gap-3">
<GemLogo className="h-8 w-8 text-primary" />
<OtterLogo className="h-8 w-8 text-primary" />
<div className="text-2xl font-bold text-foreground">
<span className="text-primary">ashim</span>
</div>