This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-fury-site.git
The following commit(s) were added to refs/heads/main by this push:
new cd5e771 Remove github star iframe since it's broken (#106)
cd5e771 is described below
commit cd5e771e418d2d59bbe1adf6647cde3199a95a8b
Author: Twice <[email protected]>
AuthorDate: Tue Mar 12 00:06:01 2024 +0900
Remove github star iframe since it's broken (#106)

It's broken now.
---
src/pages/index.tsx | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index a83f60b..e17d797 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -25,15 +25,6 @@ function HomepageHeader() {
<Link className="button button--secondary button--lg"
to="/docs/start/install">
Get Started
</Link>
- <span className={styles.indexCtasGitHubButtonWrapper}>
- <iframe
- className={styles.indexCtasGitHubButton}
-
src="https://ghbtns.com/github-btn.html?user=apache&repo=incubator-fury&type=star&count=true&size=large"
- width={160}
- height={30}
- title="GitHub Stars"
- />
- </span>
</div>
</div>
</header>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]