diff --git a/src/app/create/page.tsx b/src/app/create/page.tsx index e1a4536b..144af1ed 100644 --- a/src/app/create/page.tsx +++ b/src/app/create/page.tsx @@ -57,15 +57,10 @@ export default function CreateStorylinePage() { if (!isConnected) { return (
-
-

Begin your story

-

- Connect your wallet to create a storyline. -

-
- -
-
+

+ Connect your wallet to create a storyline. +

+
); } @@ -91,29 +86,22 @@ export default function CreateStorylinePage() { return (
-
-

- Storyline created! -

-

- Your story is now live on-chain. -

-
- {newStorylineId != null && ( - - View your story - - )} +

Storyline created!

+
+ {newStorylineId != null && ( - Go home + View your story -
+ )} + + Go home +
); @@ -122,16 +110,10 @@ export default function CreateStorylinePage() { const busy = state !== "idle" && state !== "error"; return ( -
- {/* Manuscript header */} -
-

- New Storyline -

-

- Open a fresh manuscript. Your words become tokens. -

-
+
+

+ Create Storyline +

{ @@ -151,25 +133,25 @@ export default function CreateStorylinePage() { metadata: { genre, language }, }); }} - className="space-y-6" + className="mt-8 space-y-6" > - {/* Title — large, prominent */} + {/* Title */}
- + setTitle(e.target.value)} disabled={busy} - placeholder="The title of your story..." - className="w-full rounded border border-border bg-surface px-4 py-3 text-lg font-bold text-foreground placeholder:font-normal placeholder:text-muted/50 focus:border-accent-dim focus:outline-none disabled:opacity-50" + placeholder="Enter storyline title" + className="border-border bg-surface text-foreground placeholder:text-muted w-full rounded border px-3 py-2 text-sm focus:border-accent focus:outline-none disabled:opacity-50" />
{/* Genre + Language */}
- +
- +
- {/* Content — manuscript style */} + {/* Content */}
-