Changed ways to access calendars
This commit is contained in:
5
components/global/Spacing.vue
Normal file
5
components/global/Spacing.vue
Normal file
@@ -0,0 +1,5 @@
|
||||
<template>
|
||||
<div class="space-y-2">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
@@ -43,7 +43,7 @@ async function handleLogout() {
|
||||
}
|
||||
|
||||
function gotoProfilePage() {
|
||||
router.push({ path: '/profile' })
|
||||
router.push({ path: '/i' })
|
||||
|
||||
closeMenu()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user