From 483e80db79c6635e0088330f440f78fd4f763df2 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Wed, 25 Feb 2026 08:22:55 -0700 Subject: [PATCH] Small fix to the CSS animation nonsense --- src/components/RotatingText.astro | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/components/RotatingText.astro b/src/components/RotatingText.astro index 6f061b1..a2fae3c 100644 --- a/src/components/RotatingText.astro +++ b/src/components/RotatingText.astro @@ -13,7 +13,12 @@ const { items } = Astro.props; { items.map((item) => ( - + {item.text} ))