feat: update learn intro (#39393)

* feat: update learn into

* fix: make text more readable

* fix: adjust global font smoothing

Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
Mrugesh Mohapatra
2020-08-13 16:03:03 +05:30
committed by GitHub
parent 35c3609489
commit 42686db303
4 changed files with 70 additions and 17 deletions

View File

@ -32,7 +32,7 @@ describe('Learn Landing page', function() {
it('Has the correct heading for an unauthenticated User', () => {
cy.visit(locations.index);
cy.contains('h1', 'Welcome to freeCodeCamp.org');
cy.contains('h1', "Welcome to freeCodeCamp's curriculum.");
});
it('renders a curriuculum map', () => {