Skip to content

Commit

Permalink
Split banner and header
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Jul 25, 2023
1 parent cfe4f6e commit 06fd872
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts"></script>

<template>
<NavHeaderBanner />
<header />
</template>
1 change: 1 addition & 0 deletions layouts/default.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<script setup lang="ts"></script>

<template>
<NavBanner />
<NavHeader />
<slot />
<NavFooter />
Expand Down

0 comments on commit 06fd872

Please sign in to comment.