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

ckj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-uniffle-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 138fff8  Update project description in homepage (#17)
138fff8 is described below

commit 138fff8fe661ae30119c0af086c7b9dbf14f0ad5
Author: Kaijie Chen <[email protected]>
AuthorDate: Sat Nov 12 16:31:08 2022 +0800

    Update project description in homepage (#17)
---
 src/pages/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 3ca8641..fbbcc96 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -36,7 +36,7 @@ export default function Home(): JSX.Element {
   return (
     <Layout
       title={`${siteConfig.title}`}
-      description="Apache Uniffle(Incubating) is a Remote Shuffle Service.">
+      description="Apache Uniffle (Incubating) is a unified remote shuffle 
service for compute engines such as Apache Spark and MapReduce.">
       <HomepageHeader />
       <main>
         <HomepageFeatures />

Reply via email to