Move skip link into a component
This commit is contained in:
parent
835ed697c3
commit
0cb7916408
2 changed files with 14 additions and 3 deletions
9
src/components/SkipLink.vue
Normal file
9
src/components/SkipLink.vue
Normal file
|
@ -0,0 +1,9 @@
|
|||
<template>
|
||||
<div>
|
||||
<a href="#0" class="skip-link text-white bg-black-60 py-1 px-2 rounded-b-lg focus:no-underline focus:outline-none">Skip to main content</a>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {}
|
||||
</script>
|
Reference in a new issue