Update +page.svelte

This commit is contained in:
Luke Hagar
2023-07-27 10:47:16 -05:00
parent 8d2928bee3
commit 26a1ebdef0

View File

@@ -6,7 +6,7 @@
import { Avatar } from '@skeletonlabs/skeleton';
const counterList = [
's Space Cowboy',
'a Space Cowboy',
'a FullStack Developer',
'a Senior Software Engineer',
'a Frontend Nerd',
@@ -49,13 +49,13 @@
<div class="flex flex-row justify-center">
<div class="skills text-2xl">
I'm [<AnimatedCounter
I'm <AnimatedCounter
interval={1200}
transitionInterval={700}
values={counterList}
random
class="custom-skill px-2 text-2xl"
/>]
/>
</div>
</div>
</div>