fix learn about rewards link typo

This commit is contained in:
keyan 2022-12-09 15:23:45 -06:00
parent 388f5ce9b4
commit 3579e3346f
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ export default function Rewards ({ data: { expectedRewards: { total, sources } }
<LayoutCenter footerLinks>
<h4 className='font-weight-bold text-muted text-center'>
<div>{total} sats to be rewarded today</div>
<Link href='http://localhost:3000/faq#how-do-i-earn-sats-on-stacker-news' passHref>
<Link href='/faq#how-do-i-earn-sats-on-stacker-news' passHref>
<a className='text-reset'><small><small><small>learn about rewards</small></small></small></a>
</Link>
</h4>