This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airflow-site.git

commit 9ebd0842c94f07f009d5b361d1a53b9fe441e599
Author: alok kumar0421 <[email protected]>
AuthorDate: Mon Nov 24 02:15:05 2025 +0530

    Fix: Updated Visit the Blog button styling to match Show more
---
 landing-pages/site/layouts/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/landing-pages/site/layouts/index.html 
b/landing-pages/site/layouts/index.html
index 7dc33e878a..46549af402 100644
--- a/landing-pages/site/layouts/index.html
+++ b/landing-pages/site/layouts/index.html
@@ -112,8 +112,8 @@
         {{ end }}
     </div>
 
-    <div style="margin-top: 1rem;">
-        <a class="btn btn-primary" href="/blog/">Visit the Blog</a>
+    <div class="show-more-button">
+    {{ partial "buttons/button-filled" (dict "text" "Visit the Blog" "id" 
"visit-blog-button" "href" "/blog/") }}
     </div>
 </div>
 

Reply via email to