From 10d782ed635a9a406297e25b05bcb879c5baa460 Mon Sep 17 00:00:00 2001 From: SebinSong Date: Mon, 2 Sep 2024 09:20:28 +1200 Subject: [PATCH] implement waitForElement() and use it for the arrow in about-us --- src/pages/about-us.astro | 20 +++++++-------- src/utils/helpers.js | 53 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+), 11 deletions(-) diff --git a/src/pages/about-us.astro b/src/pages/about-us.astro index fce8661..7ff8c58 100644 --- a/src/pages/about-us.astro +++ b/src/pages/about-us.astro @@ -136,22 +136,20 @@ import { resolvePath } from '@/utils/helpers.js'