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 4f06bb2 commit 473372cCopy full SHA for 473372c
pages/updates/index.tsx
@@ -23,6 +23,7 @@ export default function Home({ content }: any) {
23
<h1 className="text-5xl tracking-tight font-extrabold sm:leading-none lg:text-5xl xl:text-6xl">{strings(`changelog_page_title`) as string}</h1>
24
25
<Link href="/api/rss" className="text-whisper-700 hover:text-whisper-900 inline-flex items-center space-x-2">
26
+ <RssIcon className="h-6 w-6" />
27
<span>Changelog RSS Feed</span>
28
</Link>
29
</div>
0 commit comments