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

chenguangsheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh-site.git


The following commit(s) were added to refs/heads/master by this push:
     new b53bd9b  Update Hero.tsx
b53bd9b is described below

commit b53bd9bd995113d56b3b12c382e0049cb2096948
Author: Eason Chen <[email protected]>
AuthorDate: Wed Dec 7 20:58:54 2022 +0800

    Update Hero.tsx
---
 src/components/Hero.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx
index 24c1369..346d380 100644
--- a/src/components/Hero.tsx
+++ b/src/components/Hero.tsx
@@ -3,7 +3,7 @@ import clsx from 'clsx';
 import Link from '@docusaurus/Link';
 import useDocusaurusContext from '@docusaurus/useDocusaurusContext';
 import styles from './Hero.module.css';
-import ArchitectureImg from '../../static/images/eventmesh-architecture.png';
+import ArchitectureImg from '../../static/images/eventmesh-architecture-2.png';
 
 const Hero = (): JSX.Element => {
   const { siteConfig } = useDocusaurusContext();


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

Reply via email to