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

meonkeys pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/fineract-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new f99b418  Apache feather logo => Apache logo
f99b418 is described below

commit f99b4184f200d10e81dc2e0b005d7d9f1c71390a
Author: Adam Monsen <[email protected]>
AuthorDate: Mon Jul 20 16:53:45 2026 -0700

    Apache feather logo => Apache logo
    
    Fix #62
---
 scripts/test_run_whimsy_checks.rb | 4 ++--
 site-src/data/home.yml            | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/test_run_whimsy_checks.rb 
b/scripts/test_run_whimsy_checks.rb
index 3040a51..331f46a 100644
--- a/scripts/test_run_whimsy_checks.rb
+++ b/scripts/test_run_whimsy_checks.rb
@@ -298,7 +298,7 @@ class WhimsyChecksTest < Minitest::Test
   def test_trademarks_passes
     html = <<~HTML
       <html><body>
-        <p>Apache Fineract, Apache, the Apache feather are trademarks of The 
Apache Software Foundation.</p>
+        <p>Apache Fineract, Apache, the Apache logo are trademarks of The 
Apache Software Foundation.</p>
       </body></html>
     HTML
     data = parse_html(html)
@@ -370,4 +370,4 @@ class WhimsyChecksTest < Minitest::Test
     assert data[:events], 'events should be captured'
   end
 
-end
\ No newline at end of file
+end
diff --git a/site-src/data/home.yml b/site-src/data/home.yml
index 651ebd7..628db5e 100644
--- a/site-src/data/home.yml
+++ b/site-src/data/home.yml
@@ -315,7 +315,7 @@ footer:
   apache_url: "https://www.apache.org/";
   license_url: "https://www.apache.org/licenses/";
   trademark: >-
-    Apache Fineract®, Fineract®, Apache, the Apache feather, and the Apache 
Fineract®
+    Apache Fineract®, Fineract®, Apache, the Apache logo, and the Apache 
Fineract®
     project logo are either registered trademarks or trademarks of the Apache 
Software Foundation.
   event_banner:
     href: "https://www.apache.org/events/current-event.html";

Reply via email to