We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfaf84 commit 89489d0Copy full SHA for 89489d0
src/pages/home/HomePage.tsx
@@ -70,7 +70,7 @@ function PageBody() {
70
<span className="text-xs text-muted-foreground uppercase tracking-wide font-medium">
71
Long Description
72
</span>
73
- <span className="text-sm">{mintData.description_long}</span>
+ <span className="text-sm whitespace-pre-line">{mintData.description_long}</span>
74
</div>
75
)}
76
{mintData.pubkey && (
0 commit comments