Skip to content

Commit

Permalink
🐛 (rss) Fix site RSS link.
Browse files Browse the repository at this point in the history
Closes #10
  • Loading branch information
sydrawat01 committed Jun 25, 2020
1 parent ad889f6 commit 628359e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const Footer = () => {
Issues
</a>
<Link to="/contact/">Contact</Link>
<a href="https://sydrawat.netlify.app" target="_blank" rel="noopener noreferrer">
<a href="https://sydrawat.netlify.app/rss.xml" target="_blank" rel="noopener noreferrer">
RSS
</a>
</div>
Expand Down

0 comments on commit 628359e

Please sign in to comment.