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 04b8a17b Update Hero.tsx
04b8a17b is described below
commit 04b8a17b3e715668dcc79122de3b036c09a2a923
Author: Eason Chen <[email protected]>
AuthorDate: Wed Mar 1 15:32:19 2023 +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 523c7098..53cbc9ae 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-2.png';
+import ArchitectureImg from '../../static/images/eventmesh-architecture-3.png';
import Translate, {translate} from '@docusaurus/Translate';
const Hero = (): JSX.Element => {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]