This is an automated email from the ASF dual-hosted git repository.
joshfischer pushed a commit to branch 0.20.5-incubating-site-changes
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/0.20.5-incubating-site-changes
by this push:
new 2f482f88a57 retired
2f482f88a57 is described below
commit 2f482f88a572ee092f6c9f49369d1ef9de245ff0
Author: Josh Fischer <[email protected]>
AuthorDate: Tue Feb 28 19:47:28 2023 -0600
retired
---
website2/website/pages/en/index.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/website2/website/pages/en/index.js
b/website2/website/pages/en/index.js
index 780c1748f7b..6cc3309b19e 100755
--- a/website2/website/pages/en/index.js
+++ b/website2/website/pages/en/index.js
@@ -40,6 +40,7 @@ class HomeSplash extends React.Component {
const ProjectTitle = () => (
<h2 className="projectTitle">
+ <small>This project has been retired</small>
{siteConfig.title}
<small>{siteConfig.tagline}</small>
</h2>