Skip to content

Commit

Permalink
renable calendly links
Browse files Browse the repository at this point in the history
  • Loading branch information
ambethia committed Oct 24, 2020
1 parent 33e335b commit fe96f4b
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions src/components/ProgramApplication/index.js
Expand Up @@ -7,6 +7,7 @@ import QUESTIONS from './questions'
import Steps from './Steps'
import Question from './Question'
import Icon from '../Icon'
import Calendly from '../Calendly'

const LAST_STEP = 1

Expand Down Expand Up @@ -314,19 +315,10 @@ class ProgramApplication extends Component {
Your <strong>next step is a casual interview</strong> where
you to get to learn more about the program and we can answer
any questions you may have.{' '}
<em>
Our enrollment specialist will reach out to you to schedule
your interview.
</em>
</p>
<p>
If you have not already, see if you're eligible for any of{' '}
<Link to="/academy/tuition/scholarships">
our scholarships
</Link>
.
<em>You can schedule it right now.</em>
</p>
</div>
<Calendly />
</>
)}
<hr />
Expand Down

0 comments on commit fe96f4b

Please sign in to comment.