This is an automated email from the ASF dual-hosted git repository.

slsjl pushed a commit to branch footer-removal
in repository https://gitbox.apache.org/repos/asf/eventmesh-site.git

commit 154b6faddaa89431ea7cb2c228a0a955aa0d79e7
Author: SUN <[email protected]>
AuthorDate: Sun Dec 24 17:09:21 2023 +0800

    remove incubation from index page
---
 src/theme/Footer/index.tsx | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/theme/Footer/index.tsx b/src/theme/Footer/index.tsx
index 4a7067fc4..12cc52a2e 100644
--- a/src/theme/Footer/index.tsx
+++ b/src/theme/Footer/index.tsx
@@ -14,7 +14,6 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
 import isInternalUrl from '@docusaurus/isInternalUrl';
 import ThemedImage, { Props as ThemedImageProps } from '@theme/ThemedImage';
 import styles from './styles.module.css';
-import Incubation from '../../components/Incubation';
 
 function FooterLink({
   to,
@@ -108,7 +107,6 @@ function Footer(): JSX.Element | null {
             ))}
           </div>
         )}
-        <Incubation />
         {(logo || copyright) && (
           <div className="footer__bottom text--center">
             {logo && (logo.src || logo.srcDark) && (


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to