This is an automated email from the ASF dual-hosted git repository.
loogn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/geaflow-website.git
The following commit(s) were added to refs/heads/main by this push:
new 9822ee0 fix: remove github repo-card (#5)
9822ee0 is described below
commit 9822ee0c1ee55ae7da93ac03e79043a344c18088
Author: lkm_cc <[email protected]>
AuthorDate: Mon Oct 13 15:18:43 2025 +0800
fix: remove github repo-card (#5)
* Update README.md
* feat: config
* feat: deploy
* feat: add blog/docs
* feat: add i18n/community
* feat: add docs
* feat: page
* feat: add gitignore
* fix: update deploy
* fix: update README
* fix: error display
* fix: error display
* fix: update guide
* fix: update basePath
* fix: Content Security Policy
* fix: update repo card icon
* fix: remove repo
---
src/pages/Home/index.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/Home/index.tsx b/src/pages/Home/index.tsx
index 6ef5cce..46b0d6a 100644
--- a/src/pages/Home/index.tsx
+++ b/src/pages/Home/index.tsx
@@ -8,7 +8,7 @@ const Home = () => {
<Banner />
<Introduction />
<Architecture />
- <Repo />
+ {/* <Repo /> */}
</div>
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]