Skip to content

Commit 7ee629e

Browse files
committed
fix(About): use the IJ SearchDialog component
Addresses #240
1 parent 824d19d commit 7ee629e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/about.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SPDX-License-Identifier: Apache-2.0
44
55
import BasePage from '@awesome-myst/myst-awesome/layouts/BasePage.astro';
6-
import SearchDialog from '@awesome-myst/myst-awesome/components/SearchDialog.astro';
6+
import SearchDialog from '../components/SearchDialog.astro';
77
import Footer from '../components/Footer.astro';
88
import Header from '../components/Header.astro';
99

0 commit comments

Comments
 (0)