This commit is contained in:
ct
2025-07-17 02:52:56 +08:00
parent ae77050934
commit 9aeb410b24
5 changed files with 62 additions and 12 deletions

View File

@@ -88,7 +88,11 @@ export default function MemeShow({ meme, relatedMemes }: Props) {
</h2>
</div>
{isClient && Editor ? (
<Editor />
<Editor
setInitialMeme={(setMeme) => setMeme(meme)}
//setInitialBackground={(setBackground) => setBackground(null)}
setInitialText={(setText) => setText('add your meme caption here')}
/>
) : (
<div className="flex h-96 items-center justify-center text-center">
<div className="space-y-2">