Add links
This commit is contained in:
parent
6478c40414
commit
a664beafb6
|
@ -11,10 +11,10 @@
|
||||||
|
|
||||||
<div class="absolute pin-l pin-r pin-t mt-16 mx-10 sm:hidden" v-show="open">
|
<div class="absolute pin-l pin-r pin-t mt-16 mx-10 sm:hidden" v-show="open">
|
||||||
<nav class="w-full border border-grey-light bg-red-90">
|
<nav class="w-full border border-grey-light bg-red-90">
|
||||||
<a class="w-full p-3 block no-underline text-white border-b border-grey-light" href="#">Coaches</a>
|
<a class="w-full p-3 block no-underline text-white border-b border-grey-light" href="/">Coaches</a>
|
||||||
<a class="w-full p-3 block no-underline text-white border-b border-grey-light" href="#">Schedule</a>
|
<a class="w-full p-3 block no-underline text-white border-b border-grey-light" href="/schedule">Schedule</a>
|
||||||
<a class="w-full p-3 block no-underline text-white border-b border-grey-light" href="#">Membership</a>
|
<a class="w-full p-3 block no-underline text-white border-b border-grey-light" href="/membership">Membership</a>
|
||||||
<a class="w-full p-3 block no-underline text-white" href="#">Contact</a>
|
<a class="w-full p-3 block no-underline text-white" href="/contact">Contact</a>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue