Skip to content

Commit 8e74bb6

Browse files
committed
rss sidebar
1 parent c6fd151 commit 8e74bb6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

public/rss.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
<link>https://fezcode.com</link>
1010
</image>
1111
<generator>RSS for Node</generator>
12-
<lastBuildDate>Tue, 04 Nov 2025 15:28:42 GMT</lastBuildDate>
12+
<lastBuildDate>Tue, 04 Nov 2025 15:31:22 GMT</lastBuildDate>
1313
<atom:link href="https://fezcode.com/rss.xml" rel="self" type="application/rss+xml"/>
14-
<pubDate>Tue, 04 Nov 2025 15:28:42 GMT</pubDate>
14+
<pubDate>Tue, 04 Nov 2025 15:31:22 GMT</pubDate>
1515
<copyright><![CDATA[2025 Ahmed Samil Bulbul]]></copyright>
1616
<language><![CDATA[en]]></language>
1717
<managingEditor><![CDATA[samil.bulbul@gmail.com (Ahmed Samil Bulbul)]]></managingEditor>

src/components/Sidebar.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import {
1717
GlobeSimpleIcon,
1818
SwordIcon,
1919
AlienIcon,
20-
AnchorIcon, JoystickIcon, BooksIcon, AsteriskSimpleIcon, LinkIcon, ArrowSquareOutIcon, ShuffleIcon, EnvelopeSimpleIcon
20+
AnchorIcon, JoystickIcon, BooksIcon, AsteriskSimpleIcon, LinkIcon, ArrowSquareOutIcon, ShuffleIcon, EnvelopeSimpleIcon, RssIcon
2121
} from '@phosphor-icons/react';
2222

2323
import Fez from './Fez';
@@ -202,6 +202,10 @@ const Sidebar = ({ isOpen, toggleSidebar, toggleModal }) => {
202202
<SwordIcon size={24} />
203203
<span>From Serfs and Frauds</span>
204204
</NavLink>
205+
<a href="/rss.xml" target="_blank" rel="noopener noreferrer" className={`flex items-center space-x-3 px-3 py-1 rounded-md transition-colors text-gray-100 hover:text-white hover:bg-gray-800`}>
206+
<RssIcon size={24} />
207+
<span>RSS Feed</span>
208+
</a>
205209
</nav>
206210
)}
207211
</div>

0 commit comments

Comments
 (0)