Skip to content

Commit 89489d0

Browse files
committed
Display description new line breaks
1 parent 9bfaf84 commit 89489d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/home/HomePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function PageBody() {
7070
<span className="text-xs text-muted-foreground uppercase tracking-wide font-medium">
7171
Long Description
7272
</span>
73-
<span className="text-sm">{mintData.description_long}</span>
73+
<span className="text-sm whitespace-pre-line">{mintData.description_long}</span>
7474
</div>
7575
)}
7676
{mintData.pubkey && (

0 commit comments

Comments
 (0)