logo
This commit is contained in:
parent
1da50d7bea
commit
52e9ca456d
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ export const Logo = (props: Props) => {
|
||||||
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/3.x/packages/ui/src/assets/payload-logo-light.svg"
|
src="/favicon.svg"
|
||||||
/>
|
/>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue