8000
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 67a70be commit 363f99eCopy full SHA for 363f99e
src/pages/changelog/index.js
@@ -34,6 +34,7 @@ class IndexRoute extends React.Component {
34
<div className="article__inner">
35
<h1>Changelog</h1>
36
<p>See what's changed or new in HackerOne.</p>
37
+ <p>Stay updated: <a href="/changelog/rss.xml">RSS</a> | <a href="/changelog/atom.xml">Atom</a> | <a href="/changelog/feed.json">JSON Feed</a></p>
38
{edges.map((item, index) => {
39
return (
40
<div className="changelog__wrapper" key={index}>
0 commit comments