feat(profile): align settings with dashboard layout
This commit is contained in:
@@ -12,7 +12,11 @@ const { user } = useAuth()
|
||||
<template>
|
||||
<UDashboardPanel>
|
||||
<template #header>
|
||||
<UDashboardNavbar title="Dashboard" />
|
||||
<UDashboardNavbar title="Dashboard">
|
||||
<template #leading>
|
||||
<UDashboardSidebarCollapse />
|
||||
</template>
|
||||
</UDashboardNavbar>
|
||||
</template>
|
||||
|
||||
<template #body>
|
||||
|
||||
Reference in New Issue
Block a user