From 8e8b837c2182af6430a72173fc66d501bc472ae9 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 13 Mar 2024 18:05:40 +0100 Subject: [PATCH] fix: turn off swup on the search result modal --- src/components/SearchModal.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SearchModal.astro b/src/components/SearchModal.astro index 4c09002..c853ce1 100644 --- a/src/components/SearchModal.astro +++ b/src/components/SearchModal.astro @@ -5,7 +5,7 @@ import { Link } from '.'; import { Close } from './icons'; --- - +