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 dddaa53 commit f66e9ffCopy full SHA for f66e9ff
src/components/BlogList.tsx
@@ -34,6 +34,7 @@ const BlogList = () => {
34
<h1 className="text-xl text-gray-600">
35
Thoughts, insights, and updates from my journey
36
</h1>
37
+
38
<a
39
href="https://blog-api.murray.kiwi/rss"
40
target="_blank"
@@ -45,6 +46,9 @@ const BlogList = () => {
45
46
RSS
47
</a>
48
</div>
49
+ <h2 className="text-xs text-gray-600">
50
+ * Obligatory disclaimer of these thoughts being my own yada yada
51
+ </h2>
52
53
54
{loading ? (
0 commit comments