Skip to content

Commit 473372c

Browse files
committed
Added icon
1 parent 4f06bb2 commit 473372c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pages/updates/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export default function Home({ content }: any) {
2323
<h1 className="text-5xl tracking-tight font-extrabold sm:leading-none lg:text-5xl xl:text-6xl">{strings(`changelog_page_title`) as string}</h1>
2424

2525
<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" />
2627
<span>Changelog RSS Feed</span>
2728
</Link>
2829
</div>

0 commit comments

Comments
 (0)