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';