fix links in album description

This commit is contained in:
jeffvli
2025-12-22 20:43:26 -08:00
parent ac3dcb5e17
commit a67ae50d16
3 changed files with 7 additions and 9 deletions
@@ -372,9 +372,7 @@ export const AlbumDetailContent = () => {
<div className={styles.detailContainer}>
{comment && (
<Spoiler maxHeight={75}>
<Text
dangerouslySetInnerHTML={{ __html: replaceURLWithHTMLLinks(comment) }}
/>
<Text pb="md">{replaceURLWithHTMLLinks(comment)}</Text>
</Spoiler>
)}
<div className={styles.contentLayout}>