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" /> ) }