diff --git a/package.json b/package.json index 9d507ec1..0f2e8437 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "imwald", - "version": "22.3.0", + "version": "22.3.1", "description": "Imwald — a user-friendly Nostr client focused on relay feed browsing, publications, and relay discovery", "private": true, "type": "module", diff --git a/src/components/PostEditor/PostTextarea/Preview.tsx b/src/components/PostEditor/PostTextarea/Preview.tsx index 13408fab..3a4a95fc 100644 --- a/src/components/PostEditor/PostTextarea/Preview.tsx +++ b/src/components/PostEditor/PostTextarea/Preview.tsx @@ -218,7 +218,7 @@ export default function Preview({ if (kind === kinds.ShortTextNote || kind === ExtendedKind.COMMENT || kind === ExtendedKind.VOICE_COMMENT) { return withClientBadge( - + ) } @@ -226,7 +226,7 @@ export default function Preview({ if (kind === ExtendedKind.DISCUSSION) { return withClientBadge( - + ) } @@ -235,7 +235,7 @@ export default function Preview({ if (kind === kinds.LongFormArticle) { return withClientBadge( - + ) } @@ -253,7 +253,7 @@ export default function Preview({ if (kind === ExtendedKind.WIKI_ARTICLE_MARKDOWN) { return withClientBadge( - + ) }