diff --git a/src/scenes/Home/scenes/MentorConfirmation/index.tsx b/src/scenes/Home/scenes/MentorConfirmation/index.tsx
index 45acb72..932fb0c 100644
--- a/src/scenes/Home/scenes/MentorConfirmation/index.tsx
+++ b/src/scenes/Home/scenes/MentorConfirmation/index.tsx
@@ -26,6 +26,7 @@ import { API_URL } from '../../../../constants';
import { UserContext } from '../../../../index';
import { Mentor, Profile } from '../../../../types';
import Footer from '../../components/Footer';
+import HelpButton from '../../components/HelpButton';
import NavigationBar from '../../components/NavigationBar';
import mainStyles from '../../styles.css';
import styles from './styles.css';
@@ -257,6 +258,7 @@ function MentorConfirmation() {
)}
+
>
);
diff --git a/src/scenes/Home/scenes/RequestMentors/index.tsx b/src/scenes/Home/scenes/RequestMentors/index.tsx
index 0b34ce2..ab7c247 100644
--- a/src/scenes/Home/scenes/RequestMentors/index.tsx
+++ b/src/scenes/Home/scenes/RequestMentors/index.tsx
@@ -10,6 +10,7 @@ import { API_URL } from '../../../../constants';
import { UserContext } from '../../../../index';
import { Profile, SavedProgram } from '../../../../types';
import Footer from '../../components/Footer';
+import HelpButton from '../../components/HelpButton';
import NavigationBar from '../../components/NavigationBar';
import styles from '../../styles.css';
import AppliedMentors from './components/AppliedMentors';
@@ -102,6 +103,7 @@ function RequestMentors() {
+
>
);
diff --git a/src/scenes/Home/scenes/RequestMentors/scenes/MenteeApplication/index.tsx b/src/scenes/Home/scenes/RequestMentors/scenes/MenteeApplication/index.tsx
index d9ef10b..82fd3b1 100644
--- a/src/scenes/Home/scenes/RequestMentors/scenes/MenteeApplication/index.tsx
+++ b/src/scenes/Home/scenes/RequestMentors/scenes/MenteeApplication/index.tsx
@@ -167,11 +167,10 @@ function MenteeApplication() {
{isFormVisible ? (
<>
- Download the template from the link below and make a
- document containing your information. Upload the document to
- a cloud storage platfrom (Ex: GoogleDrive, iCloud, OneDrive,
- etc) and provide a link. Make sure the document is in pdf
- and format and it is accessible to anybody with the link.
+ Make a copy of the document linked below and fill out your
+ information. Save the google document and provide a link.
+ Make sure the document is accessible to anybody with the
+ link.
-
+