Skip to content

Commit 9032388

Browse files
committed
[Changelog] Add other RSS feeds button
1 parent 86427fa commit 9032388

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/changelog/Header.astro

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,21 @@ const products = await uniqueProducts(notes);
3636
<h1>Changelog</h1>
3737
<p>
3838
New updates and improvements at Cloudflare.
39+
<br />
3940
<a
4041
href="/changelog/rss/index.xml"
4142
class="dark:!hover:text-[#79B1FF] -mx-2 whitespace-nowrap px-2 text-[#056DFF] no-underline hover:rounded-[4px] hover:bg-[#DCEBFF] hover:!text-[#056DFF] dark:text-[#79B1FF] dark:hover:bg-[#002B66] max-sm:block"
4243
>
4344
Subscribe to RSS
4445
<StarlightIcon name="rss" size="18px" class="!inline align-text-top" />
4546
</a>
47+
<br />
48+
<a
49+
href="/fundamentals/changelog/available-rss-feeds/#feeds"
50+
class="dark:!hover:text-[#79B1FF] -mx-2 whitespace-nowrap px-2 text-[#056DFF] no-underline hover:rounded-[4px] hover:bg-[#DCEBFF] hover:!text-[#056DFF] dark:text-[#79B1FF] dark:hover:bg-[#002B66] max-sm:block"
51+
>
52+
View all RSS feeds >
53+
</a>
4654
</p>
4755
{
4856
products.length > 0 && (

0 commit comments

Comments
 (0)