Move skip link into a component

This commit is contained in:
Oliver Davies 2018-12-20 01:39:33 +00:00
parent 835ed697c3
commit 0cb7916408
2 changed files with 14 additions and 3 deletions

View 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>