diff --git a/src/components/live-image.tsx b/src/components/live-image.tsx index fd8bc7d..3cae4fb 100644 --- a/src/components/live-image.tsx +++ b/src/components/live-image.tsx @@ -37,7 +37,7 @@ type Output = { }; // TODO make this an input on the canvas -const PROMPT = "a sunset at a tropical beach with palm trees"; +const PROMPT = "a city skyline"; export function LiveImage() { const editor = useEditor();