mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-24 12:44:18 +08:00
chore(about): remove Fable 5 verified commemorative banner
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.2 MiB |
@@ -35,7 +35,6 @@ import { useUpdate } from "@/contexts/UpdateContext";
|
|||||||
import { Badge } from "@/components/ui/badge";
|
import { Badge } from "@/components/ui/badge";
|
||||||
import { motion } from "framer-motion";
|
import { motion } from "framer-motion";
|
||||||
import appIcon from "@/assets/icons/app-icon.png";
|
import appIcon from "@/assets/icons/app-icon.png";
|
||||||
import fable5VerifiedBanner from "@/assets/fable5-verified.png";
|
|
||||||
import { APP_ICON_MAP } from "@/config/appConfig";
|
import { APP_ICON_MAP } from "@/config/appConfig";
|
||||||
import type { AppId } from "@/lib/api/types";
|
import type { AppId } from "@/lib/api/types";
|
||||||
import { extractErrorMessage } from "@/utils/errorUtils";
|
import { extractErrorMessage } from "@/utils/errorUtils";
|
||||||
@@ -854,12 +853,6 @@ export function AboutSection({ isPortable }: AboutSectionProps) {
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<img
|
|
||||||
src={fable5VerifiedBanner}
|
|
||||||
alt="Fable 5 Verified"
|
|
||||||
className="h-16 w-auto shrink-0 select-none"
|
|
||||||
draggable={false}
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="flex items-center gap-2">
|
<div className="flex items-center gap-2">
|
||||||
|
|||||||
Reference in New Issue
Block a user