Skip to content

Commit

Permalink
fix: remove blank for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Aug 11, 2023
1 parent 55a01cb commit 91800d5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const navigation = {
{
name: 'Documentation',
href: '/docs',
target: '_blank',
},
{ name: 'Plugins', href: '/plugins/' },
{
Expand Down
1 change: 0 additions & 1 deletion src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ const menuMobile = ref(false)
<a
href="/docs"
title="Documentation"
target="_blank"
class="text-base font-medium duration-200 transition-all duration-200 border-b-2 border-transparent hover:border-blue-600 focus:border-blue-600"
>
Documentation
Expand Down

0 comments on commit 91800d5

Please sign in to comment.