diff --git a/src/components/Button.astro b/src/components/Button.astro index 8fc241d0..e16111d4 100644 --- a/src/components/Button.astro +++ b/src/components/Button.astro @@ -1,4 +1,6 @@ --- +import { getTitleAnimation } from '../animations' + const { class: className, isPrimary, @@ -13,11 +15,14 @@ const { { href ? ( ) : (