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 9032388 commit 9de0af0Copy full SHA for 9de0af0
src/components/changelog/Header.astro
@@ -44,12 +44,12 @@ const products = await uniqueProducts(notes);
44
Subscribe to RSS
45
<StarlightIcon name="rss" size="18px" class="!inline align-text-top" />
46
</a>
47
- <br />
+ <strong>|</strong>
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 >
+ View all RSS feeds >
53
54
</p>
55
{
0 commit comments