Skip to content

Commit 1057f5f

Browse files
authored
Merge pull request #447 from datacamp/dandenney/change-footer-cta
feat(footer): change the cta to skill assessment
2 parents 882d200 + b923b26 commit 1057f5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/shared/_dc_footer.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<% if (dcBanner) { %>
22
<div class="dc-footer">
33
<span class="dc-footer--text">
4-
Learn R at work
4+
Put your R skills to the test
55
</span>
6-
<a class="dc-footer--link btn btn-primary" href="https://www.datacamp.com/groups/business">Try it free</a>
6+
<a class="dc-footer--link btn btn-primary" href="https://www.datacamp.com/signal">Start Now</a>
77
<span class="dc-footer--cross"><i class="fa fa-times" aria-hidden="true"></i></span>
88
</div>
99
<% }%>

0 commit comments

Comments
 (0)