mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
refactor: replace GemLogo with OtterLogo component for SnapOtter rebrand
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user