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 16947c1 commit c087a03Copy full SHA for c087a03
web/src/pages/changelog.astro
@@ -52,7 +52,7 @@ releases.push({
52
{releases.map(({ body, html_url, name, published_at }) => (
53
<>
54
<h2>
55
- <a href={html_url} class='font-semibold'>{name}</a>
+ <a href={html_url} class='font-semibold' target="_blank">{name}</a>
56
- <time class="font-normal" datetime={published_at}>{new Date(published_at).toLocaleDateString('sv-SE')}</time>
57
</h2>
58
<div set:html={marked.parse(body)} />
0 commit comments