Make the logout link actually work

This commit is contained in:
Dane Everitt 2019-12-15 18:07:45 -08:00
parent 103507d6ee
commit 8965da6af0
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
1 changed files with 2 additions and 2 deletions

View File

@ -38,9 +38,9 @@ export default () => {
<FontAwesomeIcon icon={faSwatchbook}/> <FontAwesomeIcon icon={faSwatchbook}/>
</NavLink> </NavLink>
} }
<NavLink to={'/auth/logout'}> <a href={'/auth/logout'}>
<FontAwesomeIcon icon={faSignOutAlt}/> <FontAwesomeIcon icon={faSignOutAlt}/>
</NavLink> </a>
</div> </div>
</div> </div>
</div> </div>