summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--finished-application/frontend/components/CartCount.js2
-rw-r--r--finished-application/frontend/components/Page.js1
-rw-r--r--finished-application/frontend/package.json2
-rw-r--r--readme.md9
-rw-r--r--sick-fits/frontend/package.json2
-rwxr-xr-xstepped-solutions/45/frontend/components/CartCount.js2
6 files changed, 8 insertions, 10 deletions
diff --git a/finished-application/frontend/components/CartCount.js b/finished-application/frontend/components/CartCount.js
index c202d74..8f705ec 100644
--- a/finished-application/frontend/components/CartCount.js
+++ b/finished-application/frontend/components/CartCount.js
@@ -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);
}
diff --git a/finished-application/frontend/components/Page.js b/finished-application/frontend/components/Page.js
index 99f3158..47ef489 100644
--- a/finished-application/frontend/components/Page.js
+++ b/finished-application/frontend/components/Page.js
@@ -49,6 +49,7 @@ injectGlobal`
text-decoration: none;
color: ${theme.black};
}
+ button { font-family: 'radnika_next'; }
`;
class Page extends Component {
diff --git a/finished-application/frontend/package.json b/finished-application/frontend/package.json
index 43af0cf..2200d6f 100644
--- a/finished-application/frontend/package.json
+++ b/finished-application/frontend/package.json
@@ -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": {
diff --git a/readme.md b/readme.md
index febf9fb..08cafc9 100644
--- a/readme.md
+++ b/readme.md
@@ -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)
diff --git a/sick-fits/frontend/package.json b/sick-fits/frontend/package.json
index 43af0cf..2200d6f 100644
--- a/sick-fits/frontend/package.json
+++ b/sick-fits/frontend/package.json
@@ -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": {
diff --git a/stepped-solutions/45/frontend/components/CartCount.js b/stepped-solutions/45/frontend/components/CartCount.js
index c202d74..8f705ec 100755
--- a/stepped-solutions/45/frontend/components/CartCount.js
+++ b/stepped-solutions/45/frontend/components/CartCount.js
@@ -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);
}