mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-26 18:00:36 +01:00
trying to fix duplicated layout
This commit is contained in:
@@ -40,11 +40,6 @@ const navs = [
|
|||||||
to: '/bookmarks',
|
to: '/bookmarks',
|
||||||
icon: 'i-ph-bookmarks-bold',
|
icon: 'i-ph-bookmarks-bold',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
label: 'Ask Me',
|
|
||||||
to: '/ama',
|
|
||||||
icon: 'i-octicon-comment-discussion-16',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: 'Contact',
|
label: 'Contact',
|
||||||
to: '/contact',
|
to: '/contact',
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ const getColor = computed(() => appConfig.ui.primary)
|
|||||||
<div class="relative z-50">
|
<div class="relative z-50">
|
||||||
<Header />
|
<Header />
|
||||||
<UContainer>
|
<UContainer>
|
||||||
<NuxtPage />
|
<slot />
|
||||||
</UContainer>
|
</UContainer>
|
||||||
<Footer />
|
<Footer />
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user