mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-21 08:45:32 +03:00
This is why you should close tabs and not let them pile up in the tab bar
This commit is contained in:
parent
b06fc385ad
commit
7e312a38ff
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ export function App() {
|
|||
setCurrentDeck('notifications');
|
||||
} else if (url === '/') {
|
||||
setCurrentDeck('home');
|
||||
document.title = `Home / ${CLIENT_NAME}}`;
|
||||
document.title = `Home / ${CLIENT_NAME}`;
|
||||
} else if (url === '/login' || url === '/welcome') {
|
||||
setCurrentDeck(null);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue