refactor(Footer): remove unused animation

This commit is contained in:
afn 2023-06-06 08:41:00 -04:00
parent 897d27ebe1
commit 04a0901bf8
2 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@
import { queries } from '$data/api';
import { friendlyName } from '$util/friendlyName';
import { createQuery } from '@tanstack/svelte-query';
import Query from '$lib/components/Query.svelte';
import FooterSection from './FooterSection.svelte';

View File

@ -8,7 +8,7 @@
<div class="desktop-only">
<span>{title}</span>
<ul transition:slide|local={{ easing: quintOut, duration: 500 }}>
<ul>
<slot />
</ul>
</div>