fix signin signout and apply the new style
This commit is contained in:
@@ -88,7 +88,7 @@ export default function RenterShell({ children }: { children: React.ReactNode })
|
||||
|
||||
function signOut() {
|
||||
clearRenterSession()
|
||||
router.push('/renter/sign-in')
|
||||
router.push('/')
|
||||
}
|
||||
|
||||
const isActive = (item: (typeof NAV_ITEMS)[number]) => {
|
||||
|
||||
Reference in New Issue
Block a user