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
+2 -2
View File
@@ -3,7 +3,7 @@ import { ANALYTICS_EVENTS, CATEGORIES, TOOLS } from "@ashim/shared";
import { Eye, EyeOff, FileImage, LayoutGrid, List, Search } from "lucide-react";
import { useEffect, useMemo, useState } from "react";
import { Link, useNavigate } from "react-router-dom";
import { GemLogo } from "@/components/common/gem-logo";
import { OtterLogo } from "@/components/common/otter-logo";
import { track } from "@/lib/analytics";
import { apiGet } from "@/lib/api";
import { ICON_MAP } from "@/lib/icon-map";
@@ -84,7 +84,7 @@ export function FullscreenGridPage() {
to="/"
className="flex items-center gap-2 text-lg font-bold text-foreground shrink-0"
>
<GemLogo className="h-6 w-6 text-primary" />
<OtterLogo className="h-6 w-6 text-primary" />
<span className="text-primary">ashim</span>
</Link>