Skip to content

Commit be48352

Browse files
authored
Merge pull request #249 from thewtex/about-main
fix(About): use the IJ SearchDialog component
2 parents 824d19d + 7ee629e commit be48352

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)