formatting

This commit is contained in:
Emily S
2026-07-31 21:34:32 +01:00
parent c9522a4e49
commit 57598f2aa1
@@ -214,10 +214,12 @@ export const Reference = memo(function Reference() {
</p>
)}
<p dangerouslySetInnerHTML={{
// If we have an external url make sure it opens in another tab to not interrupt the player
__html: entry.description.replaceAll(/<a href="https:\/\//g, `<a target="_blank" href="https://`)
}}></p>
<p
dangerouslySetInnerHTML={{
// If we have an external url make sure it opens in another tab to not interrupt the player
__html: entry.description.replaceAll(/<a href="https:\/\//g, `<a target="_blank" href="https://`),
}}
></p>
<ul>
{entry.params?.map(({ name, type, description }, i) => (
<li key={i}>