From 7ee629e27f8473c25793a1c6da07a04cc80bcf4c Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Fri, 16 Jan 2026 17:17:47 -0500 Subject: [PATCH] fix(About): use the IJ SearchDialog component Addresses #240 --- src/pages/about.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/about.astro b/src/pages/about.astro index f8f05bb1..afe2debb 100644 --- a/src/pages/about.astro +++ b/src/pages/about.astro @@ -3,7 +3,7 @@ // SPDX-License-Identifier: Apache-2.0 import BasePage from '@awesome-myst/myst-awesome/layouts/BasePage.astro'; -import SearchDialog from '@awesome-myst/myst-awesome/components/SearchDialog.astro'; +import SearchDialog from '../components/SearchDialog.astro'; import Footer from '../components/Footer.astro'; import Header from '../components/Header.astro';