Skip to content

Commit

Permalink
fix: not implemented import yet
Browse files Browse the repository at this point in the history
  • Loading branch information
jamerrq committed Mar 23, 2024
1 parent 00a0ec2 commit 9faaca7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/components/main/about-me-card.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
import OpenToWork from '@components/badges/open-to-work.astro'
import Box from '@components/boxes/box.astro'
import Dice from '@icons/dice.astro'
interface Props {
lang: string
}
Expand Down Expand Up @@ -63,13 +62,5 @@ const { lang = 'en' }: Props = Astro.props
</p>
</li>
</ul>
<a
href='/games'
title='games section'
aria-label='games section'
class='animate-vertical-bounce animate-iteration-count-thrice animate-delay-500 hover:animate-iteration-count-infinite'
>
<Dice />
</a>
</div>
</Box>

0 comments on commit 9faaca7

Please sign in to comment.