mirror of
https://github.com/neynarxyz/create-farcaster-mini-app.git
synced 2025-12-11 20:02:37 -05:00
specify white img background
This commit is contained in:
@@ -21,7 +21,7 @@ export default async function Image({ params }: Props) {
|
||||
|
||||
return new ImageResponse(
|
||||
(
|
||||
<div tw="h-full w-full flex flex-col justify-center items-center relative">
|
||||
<div tw="h-full w-full flex flex-col justify-center items-center relative bg-white">
|
||||
<h1 tw="text-6xl">Hello, {name}</h1>
|
||||
</div>
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user