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

kparisa pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iggy-website.git


The following commit(s) were added to refs/heads/main by this push:
     new c0a5f346 fix(branding): add TM symbol to first use of Apache Iggy (#45)
c0a5f346 is described below

commit c0a5f3468013ed2a0ee438ad9fae6e92ee0f1174
Author: Justin Mclean <[email protected]>
AuthorDate: Wed Aug 5 12:42:50 2026 +1000

    fix(branding): add TM symbol to first use of Apache Iggy (#45)
---
 src/app/(home)/page.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/(home)/page.tsx b/src/app/(home)/page.tsx
index e5a9de60..78e641cd 100644
--- a/src/app/(home)/page.tsx
+++ b/src/app/(home)/page.tsx
@@ -151,8 +151,8 @@ export default function HomePage() {
           </h1>
 
           <p className="mx-auto mt-8 max-w-3xl text-lg font-normal 
leading-relaxed text-[#aaafb6] md:text-xl">
-            Apache Iggy (Incubating) is a high-performance, persistent message
-            streaming platform written in Rust, capable of processing{" "}
+            Apache Iggy&trade; (Incubating) is a high-performance, persistent
+            message streaming platform written in Rust, capable of 
processing{" "}
             <span className="font-medium text-[#ff9103]">
               millions of messages per second
             </span>{" "}

Reply via email to