From 761052560ff1b465577a1d840b45e56b2b249ff9 Mon Sep 17 00:00:00 2001 From: Eva Decker Date: Fri, 13 Dec 2024 12:21:25 -0500 Subject: [PATCH] fix: Update annotation config spacing and iterations (#173) --- src/components/PageHeader.astro | 5 ++-- src/helpers/helpers.ts | 46 +++++++++++++++++++++++++++++++++ src/pages/abuse.astro | 1 + src/pages/terms.astro | 1 + 4 files changed, 50 insertions(+), 3 deletions(-) diff --git a/src/components/PageHeader.astro b/src/components/PageHeader.astro index bc15fa1..0d6ee77 100644 --- a/src/components/PageHeader.astro +++ b/src/components/PageHeader.astro @@ -32,6 +32,7 @@ const { title, date, description, annotation = "circle" } = Astro.props;