feat: favicon

This commit is contained in:
fadilkun45 2026-06-15 16:32:48 +07:00
parent 8b132905f8
commit 6664274403
3 changed files with 10 additions and 1 deletions

9
public/image/Logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -1,6 +1,6 @@
"use client"; "use client";
import Image from "next/image"; import Image from "next/image";
import Logo from "@/image/logo.png"; import Logo from "@/image/Logo.svg";
import { ListIcon } from "@phosphor-icons/react/dist/ssr"; import { ListIcon } from "@phosphor-icons/react/dist/ssr";
import Link from "next/link"; import Link from "next/link";
import { usePathname } from "next/navigation"; import { usePathname } from "next/navigation";