codeforgso / GoVote

Local voter registration and election candidate application.
http://govotegso.org/
GNU General Public License v3.0
24 stars 46 forks source link

use react router link instead of a tag for about link #207

Closed licaroline closed 3 years ago

licaroline commented 3 years ago

Description

On staging, the link for About GoVoteGSO & CodeForGSO sends you to https://staging.govotegso.org/about or https://staging.govotegso.org/about#/. I can't replicate the bug locally, but I believe it's because we're using <a> instead of <Link>.

Related Issue

https://github.com/codeforgso/GoVote/issues/206

How Has This Been Tested?

Tested locally

Checklist: