This is an automated email from the ASF dual-hosted git repository.
400Ping pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push:
new 44b04fbee [Website] Remove News page kicker (#1428)
44b04fbee is described below
commit 44b04fbee127c1f5e6063375b571311cab054465
Author: Jie-Kai Chang <[email protected]>
AuthorDate: Tue Jun 30 08:30:08 2026 +0800
[Website] Remove News page kicker (#1428)
Signed-off-by: 400Ping <[email protected]>
---
website/src/pages/blog/minutes.tsx | 1 -
website/src/theme/BlogListPage/index.tsx | 1 -
2 files changed, 2 deletions(-)
diff --git a/website/src/pages/blog/minutes.tsx
b/website/src/pages/blog/minutes.tsx
index 51972dcfa..61ab4be54 100644
--- a/website/src/pages/blog/minutes.tsx
+++ b/website/src/pages/blog/minutes.tsx
@@ -57,7 +57,6 @@ function NewsHeader() {
return (
<header className={styles.header}>
<div>
- <div className={styles.kicker}>Apache Mahout</div>
<h1 className={styles.title}>News</h1>
</div>
<p className={styles.description}>
diff --git a/website/src/theme/BlogListPage/index.tsx
b/website/src/theme/BlogListPage/index.tsx
index 03305d35c..f36497850 100644
--- a/website/src/theme/BlogListPage/index.tsx
+++ b/website/src/theme/BlogListPage/index.tsx
@@ -211,7 +211,6 @@ function BlogListHeader({metadata}: Pick<Props,
'metadata'>) {
return (
<header className={styles.header}>
<div>
- <div className={styles.kicker}>Apache Mahout</div>
<h1 className={styles.title}>News</h1>
</div>
<p className={styles.description}>{metadata.blogDescription}</p>