From 52e9ca456d1bda0f78f0950fa40a1b43ead25c73 Mon Sep 17 00:00:00 2001 From: Mackie Date: Fri, 29 May 2026 09:46:02 +0800 Subject: [PATCH] logo --- src/components/Logo/Logo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Logo/Logo.tsx b/src/components/Logo/Logo.tsx index c8c82af..d57c283 100644 --- a/src/components/Logo/Logo.tsx +++ b/src/components/Logo/Logo.tsx @@ -23,7 +23,7 @@ export const Logo = (props: Props) => { fetchPriority={priority} decoding="async" className={clsx('max-w-[9.375rem] w-full h-[34px]', className)} - src="https://raw.githubusercontent.com/payloadcms/payload/3.x/packages/ui/src/assets/payload-logo-light.svg" + src="/favicon.svg" /> ) }