Make skip link work

This commit is contained in:
Oliver Davies 2018-12-28 00:15:13 +00:00
parent 689df8b10a
commit 18e6a1c711
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
<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>
<a href="#main-content" 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>