Fix kind sorting differently on client and build

This commit is contained in:
Sam Carlton 2020-11-26 17:01:10 -06:00
parent e659bbd6e4
commit 9f2a499e26
4 changed files with 37 additions and 21 deletions

View file

@ -69,6 +69,7 @@
:data-app-slug="app.slug"
class="relative"
>
<!-- app.endpoint: {{ app.endpoint }} -->
<a
:href="app.endpoint"
class="flex flex-col justify-center inset-x-0 hover:bg-darkest border-2 border-white border-opacity-0 hover:border-opacity-50 focus:outline-none focus:bg-gray-50 duration-300 ease-in-out rounded-lg space-y-2 -mx-5 pl-5 md:pl-20 pr-6 md:pr-64 py-6 "
@ -79,6 +80,7 @@
<div class="text-sm leading-5 font-bold">
{{ app.text }}
</div>
<!-- app.endpoint: {{ app.endpoint }} -->
</template>
<template v-else>
<client-only>
@ -118,6 +120,8 @@
<use href="#chevron-right" />
</svg>
</client-only>
<!-- app.endpoint: {{ app.endpoint }} -->
</template>
</a>