Linting changes

This commit is contained in:
Neshura 2024-01-04 01:36:35 +01:00
parent abea3f1be9
commit 3525fdfcd1
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
6 changed files with 51 additions and 59 deletions
src/lib/components

View file

@ -87,11 +87,7 @@
<Skeleton class="h-6 w-6 rounded-full" />
{/if}
{:else}{/if}
<a
href={service.href}
class="font-bold {!hover.title || 'text-secondary'}"
>{service.name}</a
>
<a href={service.href} class="font-bold {!hover.title || 'text-secondary'}">{service.name}</a>
{#if hover.title}
<div
transition:slide={{ delay: 100, duration: 200, easing: quintInOut, axis: 'x' }}