Ui fixes and new features

This commit is contained in:
René Preuß
2023-02-18 23:03:43 +01:00
parent c0a53a7864
commit b40848aee2
11 changed files with 125 additions and 31 deletions

View File

@@ -1,10 +1,13 @@
<template>
<a class="hover:bg-primary-500 rounded-lg text-center text-xs py-4 flex flex-col space-y-2" href="#">
<i :class="['fal text-xl', icon]"></i>
<nuxt-link
class="hover:bg-primary-500 rounded-lg text-center text-xs py-4 flex flex-col space-y-2"
href="#"
>
<i :class="['fal text-xl', icon]" />
<span>
<slot />
</span>
</a>
</nuxt-link>
</template>
<script>