removing old prop from LogoIcon

This commit is contained in:
Samantha Kellow 2023-07-27 20:19:04 +01:00
parent 2c3a00e872
commit 9cea3c73b8

View File

@ -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 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"> <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> </div>
<p tw="mt-12 text-6xl font-bold text-white">{title}</p> <p tw="mt-12 text-6xl font-bold text-white">{title}</p>
</div> </div>