diff --git a/bskyembed/src/screens/landing.tsx b/bskyembed/src/screens/landing.tsx index 06b45598..f10100ba 100644 --- a/bskyembed/src/screens/landing.tsx +++ b/bskyembed/src/screens/landing.tsx @@ -110,17 +110,15 @@ function LandingPage() { -

Embed a Bluesky Post

+

Embed a Bluesky Post

-
- setUri(e.currentTarget.value)} - className="border rounded-lg py-3 w-full max-w-[600px] px-4" - placeholder={DEFAULT_POST} - /> -
+ setUri(e.currentTarget.value)} + className="border rounded-lg py-3 w-full max-w-[600px] px-4" + placeholder={DEFAULT_POST} + /> @@ -128,7 +126,9 @@ function LandingPage() { {uri && !error && thread && } {!error && thread && } {error && ( -

{error}

+
+

{error}

+
)}