From e59c39479448fbd8c715f511972543c2080031bd Mon Sep 17 00:00:00 2001
From: Pallavi <info@5elementslearning.dev>
Date: Wed, 9 Apr 2025 22:45:55 +0530
Subject: [PATCH] [deploy site] added community event info

---
 website_and_docs/layouts/partials/announcement-banner.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website_and_docs/layouts/partials/announcement-banner.html b/website_and_docs/layouts/partials/announcement-banner.html
index c10673228f8..a989c4c59fa 100644
--- a/website_and_docs/layouts/partials/announcement-banner.html
+++ b/website_and_docs/layouts/partials/announcement-banner.html
@@ -6,8 +6,8 @@
     <div class="row g-0 justify-content-center">
         <div class="alert alert-{{ $color }} col-12 fade show mb-0 p-0 -bg-{{ $color }}" role="alert">
             <h4 class="alert-heading text-center m-2">
-                Join us for Selenium Community Live Episde 5, on April 25th, 2025. 
-                <a href="https://www.linkedin.com/events/seleniumcommunitylive-episode57315712465407733761/theater/" target='_blank' aria-pressed="true">More Details</a>
+                Tune in for the Selenium Community Live scheduled for April 25th, 2025. 
+                <a href="https://www.linkedin.com/events/seleniumcommunitylive-episode57315712465407733761/theater/" target='_blank' aria-pressed="true">Join us!</a>
             </h4>
         </div>
     </div>