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

riteshghorse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 21053bb37f9 Fix contact us block on beam website apache#22695 (#25759)
21053bb37f9 is described below

commit 21053bb37f9f51680a69dbf58de6627b549bc255
Author: Saifuddin53 <[email protected]>
AuthorDate: Thu Mar 9 10:25:21 2023 +0530

    Fix contact us block on beam website apache#22695 (#25759)
    
    * Update en.yaml
    
    * apache#22695
    
    The item "Contact Us" displayed is in the Resources block of the footer 
#22695
    
    * Update footer.html
    
    * Update footer.html
    
    * Revert "Update footer.html"
    
    * Update footer.html
---
 website/www/site/i18n/footer/en.yaml          | 4 ++--
 website/www/site/layouts/partials/footer.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/www/site/i18n/footer/en.yaml 
b/website/www/site/i18n/footer/en.yaml
index e89f539957c..9e9d172006f 100644
--- a/website/www/site/i18n/footer/en.yaml
+++ b/website/www/site/i18n/footer/en.yaml
@@ -40,12 +40,12 @@
   translation: "Media"
 - id: footer-events
   translation: "Events/Meetups"
+- id: footer-contact-us
+  translation: "Contact Us"
 - id: footer-resources
   translation: "Resources"
 - id: footer-blog
   translation: "Blog"
-- id: footer-contact-us
-  translation: "Contact Us"
 - id: footer-github
   translation: "GitHub"
 - id: footer-apache
diff --git a/website/www/site/layouts/partials/footer.html 
b/website/www/site/layouts/partials/footer.html
index cdddcb2a540..b7ff88d7ed9 100644
--- a/website/www/site/layouts/partials/footer.html
+++ b/website/www/site/layouts/partials/footer.html
@@ -45,11 +45,11 @@
                                                                                
                                                        alt="External 
link."></a></div>
                <div class="footer__cols__col__link"><a href={{ 
"/community/presentation-materials/" | relLangURL }}>{{ T "footer-media" 
}}</a></div>
                <div class="footer__cols__col__link"><a href={{ 
"/community/in-person/" | relLangURL }}>{{ T "footer-events" }}</a></div>
+               <div class="footer__cols__col__link"><a href={{ 
"/community/contact-us/" | relLangURL }}>{{ T "footer-contact-us" }}</a></div>
                </div>
                <div class="footer__cols__col">
                <div class="footer__cols__col__title">{{ T "footer-resources" 
}}</div>
                <div class="footer__cols__col__link"><a href={{ "/blog/" | 
relLangURL }}>{{ T "footer-blog" }}</a></div>
-               <div class="footer__cols__col__link"><a href={{ 
"/community/contact-us/" | relLangURL }}>{{ T "footer-contact-us" }}</a></div>
                <div class="footer__cols__col__link"><a href={{ 
"https://github.com/apache/beam"; | relLangURL }}>{{ T "footer-github" 
}}</a></div>
                </div>
            </div>

Reply via email to