Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closes #423 - Mentions c0d3.com being free. Rewords footer. #460

Merged
merged 3 commits into from
Jan 10, 2021

Conversation

pmulard
Copy link
Contributor

@pmulard pmulard commented Jan 9, 2021

The original mentions starting 3 times in this little footer section, so I figured this would be a good spot to rework the phrases and add in c0d3.com being free. Below are before and after screenshots.

edit: I see now the CI/build failed because I forgot to run yarn auto fix on the test suits before committing the changes. Not sure exactly how to handle this... this is my first pull request :)

image
image

@vercel
Copy link

vercel bot commented Jan 9, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/c0d3/c0d3-app/8krfnq5w5
✅ Preview: https://c0d3-app-git-fork-pmulard-master.c0d3.vercel.app

@ggwadera
Copy link
Collaborator

ggwadera commented Jan 9, 2021

Hey there, nice work fixing this. Thanks 🙂

For the failed tests, only the snapshot tests failed. It compares the rendered DOM to a pre-rendered file, since you modified the text it caused them to fail.

To fix it just run yarn test -u, this will generate new snapshots for the tests.

<p
className="mt-3 font-weight-light"
style={{ lineHeight: 1.5, fontSize: '1.5rem' }}
>
Start your journey to being a full stack software engineer
Become a full stack software engineer - 100% Free
Copy link
Collaborator

@anthonykhoa anthonykhoa Jan 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think adding an exclamation mark at the end will make this message sound better.
Become a full stack software engineer - 100% Free!
Adding the exclamation mark will give the message a more enthusiastic tone, while also creating more emphasis that c0d3 is 100% free.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, I like the enthusiasm!

@ggwadera
Copy link
Collaborator

You gotta commit the updated snapshots too! Otherwise the build system will use the current ones.

@pmulard
Copy link
Contributor Author

pmulard commented Jan 10, 2021

I see now. Thanks for bearing with me!

@codecov
Copy link

codecov bot commented Jan 10, 2021

Codecov Report

Merging #460 (130e606) into master (2a153a5) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #460   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           90        91    +1     
  Lines         1208      1220   +12     
  Branches       258       258           
=========================================
+ Hits          1208      1220   +12     
Impacted Files Coverage Δ
components/LandingPage.tsx 100.00% <ø> (ø)
components/ChallengeMaterial.tsx 100.00% <0.00%> (ø)
graphql/queryResolvers/session.ts 100.00% <0.00%> (ø)
components/Thanks.tsx 100.00% <0.00%> (ø)

@ggwadera
Copy link
Collaborator

I see now. Thanks for bearing with me!

No worries, thank you for your contribution!

Let me see if the contributions bot still works haha.

@all-contributors please add @pmulard for code

@allcontributors
Copy link
Contributor

@ggwadera

I've put up a pull request to add @pmulard! 🎉

@ggwadera ggwadera merged commit 7213459 into garageScript:master Jan 10, 2021
@pmulard
Copy link
Contributor Author

pmulard commented Jan 10, 2021

Sweet! First contribution is in the books! Here's to many more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

c0d3.com will be free forever and we should say it somewhere on the landing page!
3 participants