This is an automated email from the ASF dual-hosted git repository.
jeffreyh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new ed2704b83c7 update:hide summit modal (#2990)
ed2704b83c7 is described below
commit ed2704b83c753e20a65660ee1270ce1c17082469
Author: yangon <[email protected]>
AuthorDate: Mon Oct 20 15:00:36 2025 +0800
update:hide summit modal (#2990)
---
src/theme/Layout/index.tsx | 4 ----
1 file changed, 4 deletions(-)
diff --git a/src/theme/Layout/index.tsx b/src/theme/Layout/index.tsx
index 34417dc5af4..07b75b03cfa 100644
--- a/src/theme/Layout/index.tsx
+++ b/src/theme/Layout/index.tsx
@@ -15,8 +15,6 @@ import SearchBar from '@theme/SearchBar';
import type { Props } from '@theme/Layout';
import styles from './styles.module.css';
import { useHistory } from '@docusaurus/router';
-import { SummitModal } from '@site/src/components/summit-modal/summit-modal';
-
interface DataType {
showSearchPageMobile: boolean;
setShowSearchPageMobile: React.Dispatch<React.SetStateAction<boolean>>;
@@ -82,8 +80,6 @@ export default function Layout(props: Props): JSX.Element {
<SkipToContent />
<AnnouncementBar />
<Navbar />
- <SummitModal />
-
{showSearchPageMobile ? (
<div ref={searchPageDom}>
<NavbarSearch>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]