mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-25 23:22:06 -05:00
Fix settings.
This commit is contained in:
parent
7b45205e01
commit
1e7600e867
2 changed files with 2 additions and 2 deletions
2
external/lang
vendored
2
external/lang
vendored
|
@ -1 +1 @@
|
||||||
Subproject commit d2e491a8ef38a4b67fe1be7b5eabcfea8064942e
|
Subproject commit 09955e9d30c19c1a180fd3aacdb85961641da2bc
|
|
@ -151,7 +151,7 @@ export default function Settings() {
|
||||||
<Route path="/settings/feedback">
|
<Route path="/settings/feedback">
|
||||||
<Feedback />
|
<Feedback />
|
||||||
</Route>
|
</Route>
|
||||||
<Route path="/" exact>
|
<Route path="/">
|
||||||
<Account />
|
<Account />
|
||||||
</Route>
|
</Route>
|
||||||
</Switch>
|
</Switch>
|
||||||
|
|
Loading…
Reference in a new issue