This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/main by this push:
new 6698f1760e Fix "Install Airflow" button (#1039)
6698f1760e is described below
commit 6698f1760ee643fa3add516541ece3294862ea9a
Author: Jarek Potiuk <[email protected]>
AuthorDate: Mon Jul 15 09:46:59 2024 +0200
Fix "Install Airflow" button (#1039)
---
landing-pages/site/layouts/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/landing-pages/site/layouts/index.html
b/landing-pages/site/layouts/index.html
index 5c4a388261..232d3f562d 100644
--- a/landing-pages/site/layouts/index.html
+++ b/landing-pages/site/layouts/index.html
@@ -27,7 +27,7 @@
workflows.
</h5>
<a href="/docs/stable/start.html" id="header-button">
- {{ partial "buttons/button-filled" (dict "text" "Install
Apache Airflow®") }}
+ {{ partial "buttons/button-filled" (dict "text" "Install
Airflow") }}
</a>
</div>
</div>