From 6e4298b53c176330dc58a58c3b0b8aad821b6398 Mon Sep 17 00:00:00 2001
From: Abraham Raji <avronr@tuta.io>
Date: Sat, 19 Sep 2020 03:05:47 +0530
Subject: [PATCH] Minor Fix

---
 index.html | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html
index dfa0647..383c00c 100644
--- a/index.html
+++ b/index.html
@@ -126,10 +126,9 @@
                 <div class="about-section" style="margin-bottom: 10vh auto;">
                     <div class="about-text">
                         <h1 class="medium-heading" style="color:#469198">Who can join as learner?</h1>
-                        <p class="para">Do you have some time to contribute back to the society? Do you want to learn about Free Software? Do you want to use and contribute to Free Software? Come join us!
-                            [Mentee registration link]</p>
+                        <p class="para">Do you have some time to contribute back to the society? Do you want to learn about Free Software? Do you want to use and contribute to Free Software? Come join us!</p>
                         <div class="cta">
-                            <a href='learners.html'><button>About Mentorship</button></a>
+                            <a href='learners.html'><button>About Participation</button></a>
                         </div>
                     </div>
                     <div class="about-cover" style="display:flex; margin:auto;">
-- 
GitLab