From 2c893f74d134607e9767aa66283f2faf5f379e1d Mon Sep 17 00:00:00 2001 From: Xevion Date: Tue, 28 Nov 2023 02:13:07 -0600 Subject: [PATCH] Prevent jitter animation overflowing on mobile --- src/components/Header.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Header.astro b/src/components/Header.astro index d877f43..026b555 100644 --- a/src/components/Header.astro +++ b/src/components/Header.astro @@ -12,6 +12,7 @@ const text = propText ?? "undefined behaviors";