Skip to content

Commit

Permalink
feat: clsx風 class
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoppippi committed Dec 31, 2024
1 parent a1b2b2b commit acc8c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+error.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
>
<!-- EASTER_EGG🐰🥚: Konamiコマンドが認識されると、`konami.activated`が`true`になり、`animate-spin`が適用されます。 -->
<enhanced:img
class:animate-spin={konami.activated}
class={{ 'animate-spin': konami.activated }}
alt='error logo'
loading='lazy'
src='$/assets/alisue/beer.png'
Expand Down

0 comments on commit acc8c35

Please sign in to comment.