Skip to content

Commit

Permalink
Use link component for directing to RSS
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Nov 8, 2023
1 parent 5bb310d commit 433d990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const Layout = ({ location, title, children }) => {
GitHub <FontAwesomeIcon icon={faGithub} style={{ color: `#000` }} />
</a>
{` | `}
<a href="/rss.xml">Feed</a>
<Link to="/rss.xml">Feed</Link>
</div>
)

Expand Down

0 comments on commit 433d990

Please sign in to comment.