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

asorokoumov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/otava-website.git


The following commit(s) were added to refs/heads/master by this push:
     new d75bd71  Remove ®
d75bd71 is described below

commit d75bd71f0d1d299e3a0590d1b7f751d12ff0f3be
Author: Alex Sorokoumov <[email protected]>
AuthorDate: Sun Mar 23 10:12:26 2025 -0700

    Remove ®
---
 docs/overview.md    | 2 +-
 src/pages/index.tsx | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/overview.md b/docs/overview.md
index 3e8cf9d..448c564 100644
--- a/docs/overview.md
+++ b/docs/overview.md
@@ -3,7 +3,7 @@ sidebar_label: About
 sidebar_position: 1
 ---
 
-# Welcome to Apache Otava®
+# Welcome to Apache Otava
 
 ## Getting Started
 - [Installation](install.md)
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 9e51bc6..d7f4c54 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -27,7 +27,7 @@ export default function Home(): JSX.Element {
     <Layout title="Welcome">
       <header className={clsx("hero", styles.heroBanner)}>
         <div className="container">
-          <h1 className="hero__title">Apache Otava®</h1>
+          <h1 className="hero__title">Apache Otava</h1>
         </div>
       </header>
       <main>

Reply via email to