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