mirror of
https://github.com/zen-browser/www
synced 2026-04-26 01:24:57 +02:00
Added newline support to release notes
This commit is contained in:
@@ -28,7 +28,7 @@ const date = new Date(Date.parse(`${year}-${month}-${day}`));
|
||||
|
||||
{props.extra ? (
|
||||
<p class="text-md mt-8 text-muted-foreground">
|
||||
{props.extra}
|
||||
<Fragment use:html={props.extra.replace(/\n/g, '<br />')} />
|
||||
</p>
|
||||
) : null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user