Make the logout link actually work
This commit is contained in:
parent
103507d6ee
commit
8965da6af0
|
@ -38,9 +38,9 @@ export default () => {
|
|||
<FontAwesomeIcon icon={faSwatchbook}/>
|
||||
</NavLink>
|
||||
}
|
||||
<NavLink to={'/auth/logout'}>
|
||||
<a href={'/auth/logout'}>
|
||||
<FontAwesomeIcon icon={faSignOutAlt}/>
|
||||
</NavLink>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue