Skip to content

Commit

Permalink
Move UFHeaderPage, so it can be overwritten by the skeleton if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jan 17, 2025
1 parent 24973ac commit f4a6f2e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/skeleton/app/assets/layouts/LayoutDashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import { SidebarMenuItems } from '@userfrosting/sprinkle-admin/components'
<SidebarMenuItems />
</UFSideBar>
<UFMainContent>
<UFHeaderPage />
<RouterView />
</UFMainContent>
<FooterContent />
Expand Down
1 change: 1 addition & 0 deletions packages/skeleton/app/assets/layouts/LayoutPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import FooterContent from '../components/FooterContent.vue'
<template>
<NavBar />
<UFMainContent>
<UFHeaderPage />
<RouterView />
</UFMainContent>
<FooterContent />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
class="uf-main uk-section uk-section-default uk-section-muted"
uk-height-viewport="expand: true">
<div class="uk-container" data-test="slot">
<UFHeaderPage />
<slot></slot>
</div>
</div>
Expand Down

0 comments on commit f4a6f2e

Please sign in to comment.