update Logo tsx to ricenoodle logo

This commit is contained in:
2025-10-17 13:08:52 +08:00
parent 307609a4b7
commit 99aa869f56

View File

@@ -16,14 +16,14 @@ export const Logo = (props: Props) => {
return ( return (
/* eslint-disable @next/next/no-img-element */ /* eslint-disable @next/next/no-img-element */
<img <img
alt="Payload Logo" alt="ricenoodlestw Logo"
width={193} width={193}
height={34} height={34}
loading={loading} loading={loading}
fetchPriority={priority} fetchPriority={priority}
decoding="async" decoding="async"
className={clsx('max-w-[9.375rem] w-full h-[34px]', className)} className={clsx('max-w-[9.375rem] w-full h-[34px]', className)}
src="https://raw.githubusercontent.com/payloadcms/payload/main/packages/ui/src/assets/payload-logo-light.svg" src="https://www.ricenoodlestw.com/_astro/ricenoodle_logo.Cv6D2KP4.svg"
/> />
) )
} }