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

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


The following commit(s) were added to refs/heads/staging by this push:
     new 743aefd  Add registered trademark symbol to navbar brand
743aefd is described below

commit 743aefdf81032d1e401b27532d60ffdfd6ebc0de
Author: ali <[email protected]>
AuthorDate: Wed Apr 1 13:35:55 2026 -0700

    Add registered trademark symbol to navbar brand
    
    Append ® after Apache Texera in the header logo alt text and visible
    brand name for consistent trademark notice across pages.
    
    Made-with: Cursor
---
 layouts/partials/navbar.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
index 1617e35..c98c10b 100644
--- a/layouts/partials/navbar.html
+++ b/layouts/partials/navbar.html
@@ -10,11 +10,11 @@
         <a class="navbar-brand" href="{{ .Site.Home.RelPermalink }}">
             {{- /**/ -}}
             <span class="navbar-brand__logo navbar-logo">
-              <img src="{{ "images/logo.png" | relURL }}" alt="{{ $.Site.Title 
}}" height="40" class="brand-logo">
+              <img src="{{ "images/logo.png" | relURL }}" alt="{{ $.Site.Title 
}}®" height="40" class="brand-logo">
             </span>
             {{- /**/ -}}
             <span class="navbar-brand__name">
-      {{- .Site.Title -}}
+      {{- .Site.Title -}}®
     </span>
             {{- /**/ -}}
         </a>

Reply via email to