Skip to content

Commit 2a2bcfc

Browse files
committed
open rss feed link in new tab
1 parent 8d0e218 commit 2a2bcfc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/ProductChangelog.astro

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@ if (!changelogs) {
6868
{
6969
page.data.pcx_content_type === "changelog" && (
7070
<p>
71-
<a href={`/${page.slug}/index.xml`}>Subscribe to RSS</a>
71+
<a href={`/${page.slug}/index.xml`} target="_blank">
72+
Subscribe to RSS
73+
</a>
7274
</p>
7375
)
7476
}

0 commit comments

Comments
 (0)