mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Reworked settings screens.
This commit is contained in:
parent
c1d301ffdc
commit
0a16ab38e4
58 changed files with 362 additions and 365 deletions
|
|
@ -22,7 +22,7 @@ export function ProfileButton() {
|
|||
|
||||
const handleSelect = (key: Key) => {
|
||||
if (key === 'profile') {
|
||||
router.push('/profile');
|
||||
router.push('/settings/profile');
|
||||
}
|
||||
if (key === 'logout') {
|
||||
router.push('/logout');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue