Skip to content

Commit

Permalink
chore: add line break custom description (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
arr00 authored Nov 15, 2023
1 parent 95fa057 commit 522d481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/renderers/PartyNFTRenderer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ contract PartyNFTRenderer is RendererBase {
? generateDescription(PartyGovernanceNFT(address(this)).name(), tokenId)
: string.concat(
metadata.description,
" ",
"\\n\\n",
// Append default description.
generateDescription(
PartyGovernanceNFT(address(this)).name(),
Expand Down

0 comments on commit 522d481

Please sign in to comment.