Make the logout link actually work
This commit is contained in:
parent
103507d6ee
commit
8965da6af0
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue