don't use react router for rss
This commit is contained in:
parent
72c214bf29
commit
bee1ffe10b
|
@ -38,11 +38,9 @@ export default function Footer () {
|
||||||
</a>
|
</a>
|
||||||
</Link>
|
</Link>
|
||||||
<span className='text-muted mx-2'> \ </span>
|
<span className='text-muted mx-2'> \ </span>
|
||||||
<Link href='/rss' passHref>
|
<a href='/rss' className='text-dark d-inline-flex'>
|
||||||
<a className='text-dark d-inline-flex'>
|
RSS
|
||||||
RSS
|
</a>
|
||||||
</a>
|
|
||||||
</Link>
|
|
||||||
<span className='text-muted mx-2'> \ </span>
|
<span className='text-muted mx-2'> \ </span>
|
||||||
<small>
|
<small>
|
||||||
<a className='text-dark d-inline-flex' href='https://github.com/stackernews/stacker.news'>
|
<a className='text-dark d-inline-flex' href='https://github.com/stackernews/stacker.news'>
|
||||||
|
|
Loading…
Reference in New Issue