Skip to content

Commit f66e9ff

Browse files
disclaimer
1 parent dddaa53 commit f66e9ff

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/BlogList.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ const BlogList = () => {
3434
<h1 className="text-xl text-gray-600">
3535
Thoughts, insights, and updates from my journey
3636
</h1>
37+
3738
<a
3839
href="https://blog-api.murray.kiwi/rss"
3940
target="_blank"
@@ -45,6 +46,9 @@ const BlogList = () => {
4546
RSS
4647
</a>
4748
</div>
49+
<h2 className="text-xs text-gray-600">
50+
* Obligatory disclaimer of these thoughts being my own yada yada
51+
</h2>
4852
</div>
4953

5054
{loading ? (

0 commit comments

Comments
 (0)