Skip to content

Commit 8965da6

Browse files
committed
Make the logout link actually work
1 parent 103507d commit 8965da6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/scripts/components/NavigationBar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ export default () => {
3838
<FontAwesomeIcon icon={faSwatchbook}/>
3939
</NavLink>
4040
}
41-
<NavLink to={'/auth/logout'}>
41+
<a href={'/auth/logout'}>
4242
<FontAwesomeIcon icon={faSignOutAlt}/>
43-
</NavLink>
43+
</a>
4444
</div>
4545
</div>
4646
</div>

0 commit comments

Comments
 (0)