mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 21:16:49 +00:00
fix logging out
This commit is contained in:
parent
0a386ece0a
commit
8da031a128
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ export default function App() {
|
|||
return (
|
||||
<div className={ `contents ${localStorage.getItem('opendyslexic') ? "opendyslexic" : ""}`}>
|
||||
<Router history={history} basename="/pk-webs">
|
||||
<Navbar forceUpdate={forceUpdate} setIsSumbit={setIsSubmit} />
|
||||
<Navbar forceUpdate={forceUpdate} setIsSubmit={setIsSubmit} />
|
||||
<div className="content">
|
||||
<BS.Container>
|
||||
<Switch>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue