mirror of
https://github.com/vercel/commerce.git
synced 2025-05-12 20:57:51 +00:00
removing old prop from LogoIcon
This commit is contained in:
parent
2c3a00e872
commit
9cea3c73b8
@ -17,7 +17,7 @@ export default async function OpengraphImage(props?: Props): Promise<ImageRespon
|
||||
(
|
||||
<div tw="flex h-full w-full flex-col items-center justify-center bg-black">
|
||||
<div tw="flex flex-none items-center justify-center border border-neutral-700 h-[160px] w-[160px] rounded-3xl">
|
||||
<LogoIcon width="64" height="58" fill="white" />
|
||||
<LogoIcon width="64" height="58" />
|
||||
</div>
|
||||
<p tw="mt-12 text-6xl font-bold text-white">{title}</p>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user