Reworked settings screens.

This commit is contained in:
Mike Cao 2025-05-03 00:31:37 -07:00
parent c1d301ffdc
commit 0a16ab38e4
58 changed files with 362 additions and 365 deletions

View file

@ -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');