From 537d6684cb5f7ff9d2e2a4fcdf792f0e2d198929 Mon Sep 17 00:00:00 2001 From: Dave Date: Thu, 25 Jan 2024 11:36:59 -0800 Subject: [PATCH] Fix up buttons/links for disabled javascript --- src/components/More.tsx | 44 ++++++++++++++++++---------------------- src/layouts/Layout.astro | 7 ++----- 2 files changed, 22 insertions(+), 29 deletions(-) diff --git a/src/components/More.tsx b/src/components/More.tsx index 78bb4f4..7940c06 100644 --- a/src/components/More.tsx +++ b/src/components/More.tsx @@ -93,14 +93,13 @@ const SELECTION_DESCRIPTION: {

Put some explanatory text here.

{bestRegistrationUrl(homeSt) && ( - + )} ), @@ -112,14 +111,13 @@ const SELECTION_DESCRIPTION: {

Put some explanatory text here.

{bestRegistrationUrl(schoolSt) && ( - + )} ), @@ -132,24 +130,22 @@ const SELECTION_DESCRIPTION: {

Put some explanatory text here.

{bestRegistrationUrl(homeSt) && ( - + )}{" "} {bestRegistrationUrl(schoolSt) && ( - + )} ), diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 60a43fc..3ff45c4 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -10,11 +10,8 @@ const { title } = Astro.props; - +