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:
committed by
GitHub
parent
35c3609489
commit
42686db303
@ -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', () => {
|
||||
|
Reference in New Issue
Block a user