Make the logout link actually work
This commit is contained in:
parent
103507d6ee
commit
8965da6af0
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue