fix(templates): website logo not showing (#9334)
This commit is contained in:
@@ -19,7 +19,7 @@ export async function Footer() {
|
||||
<picture>
|
||||
<img
|
||||
alt="Payload Logo"
|
||||
className="max-w-[6rem] invert-0"
|
||||
className="max-w-[6rem] invert-0 w-full"
|
||||
src="https://raw.githubusercontent.com/payloadcms/payload/main/packages/ui/src/assets/payload-logo-light.svg"
|
||||
/>
|
||||
</picture>
|
||||
|
||||
@@ -5,7 +5,7 @@ export const Logo = () => {
|
||||
/* eslint-disable @next/next/no-img-element */
|
||||
<img
|
||||
alt="Payload Logo"
|
||||
className="max-w-[9.375rem] invert dark:invert-0"
|
||||
className="max-w-[9.375rem] invert dark:invert-0 w-full"
|
||||
src="https://raw.githubusercontent.com/payloadcms/payload/main/packages/ui/src/assets/payload-logo-light.svg"
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user