Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/wesbos/Advanced-React
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbos committed Oct 9, 2018
2 parents 146a96b + c1e4578 commit 4c19822
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion finished-application/frontend/components/CartCount.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const AnimationStyles = styled.span`
transition: all 0.4s;
backface-visibility: hidden;
}
/* Intial State of the entered Dot */
/* Initial State of the entered Dot */
.count-enter {
transform: scale(4) rotateX(0.5turn);
}
Expand Down
1 change: 1 addition & 0 deletions finished-application/frontend/components/Page.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ injectGlobal`
text-decoration: none;
color: ${theme.black};
}
button { font-family: 'radnika_next'; }
`;

class Page extends Component {
Expand Down
2 changes: 1 addition & 1 deletion finished-application/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
".*": "babel-jest"
}
},
"//": "This is out babel config, I prefer this over a .babelrc file",
"//": "This is our babel config, I prefer this over a .babelrc file",
"babel": {
"env": {
"development": {
Expand Down
9 changes: 3 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
Coming Soon!


## FAQ

## Early Access Bugs Already Fixed

* [x] Removed unused Prisma directory in starter files and finished app
* [X] Upgrade Next.js
* [x] Video 7 reset at 0:45
* [x] Added note in video 1 to turn on custom title bar setting to get the colours to work
**Q:** Which Extensions for VS Code is Wes using?
**A:** All my extensions are listed on my dotfiles repo → https://github.com/wesbos/dotfiles but specifically this course uses [ESLint](https://github.com/Microsoft/vscode-eslint), [Prettier](https://github.com/prettier/prettier-vscode)
2 changes: 1 addition & 1 deletion sick-fits/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
".*": "babel-jest"
}
},
"//": "This is out babel config, I prefer this over a .babelrc file",
"//": "This is our babel config, I prefer this over a .babelrc file",
"babel": {
"env": {
"development": {
Expand Down
2 changes: 1 addition & 1 deletion stepped-solutions/45/frontend/components/CartCount.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const AnimationStyles = styled.span`
transition: all 0.4s;
backface-visibility: hidden;
}
/* Intial State of the entered Dot */
/* Initial State of the entered Dot */
.count-enter {
transform: scale(4) rotateX(0.5turn);
}
Expand Down

0 comments on commit 4c19822

Please sign in to comment.