diff --git a/src/components/header/MobileNavBar.vue b/src/components/header/MobileNavBar.vue index 1b28010..0ba1eed 100644 --- a/src/components/header/MobileNavBar.vue +++ b/src/components/header/MobileNavBar.vue @@ -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', diff --git a/src/layouts/default.vue b/src/layouts/default.vue index 51d516d..02f9210 100644 --- a/src/layouts/default.vue +++ b/src/layouts/default.vue @@ -13,7 +13,7 @@ const getColor = computed(() => appConfig.ui.primary)
- +