Skip to content

Commit 2c50c9a

Browse files
fix merge (Clara Zhang pull request) (#99)
This PR is from Clara Zhang
1 parent d85d476 commit 2c50c9a

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ website/build
1717
.env.development.local
1818
.env.test.local
1919
.env.production.local
20-
20+
package.json
21+
package-lock.json
22+
website/package-lock.json
23+
website/package.json
2124
npm-debug.log*
2225
yarn-debug.log*
2326
yarn-error.log*

website/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
.env
1+
.env
2+
website/package-lock.json
3+
website/package.json

website/src/caseStudies/FacialRecognition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const FacialRecognitionInfo = [
2525
post: {
2626
profilePic: teachLogo,
2727
profilePicName: "Profile Picture - TeachLA Logo",
28-
header: "Case Study #3: Facial Recognition",
28+
header: "Case Study #3: Face Recognition",
2929
subheader: "Stay Tuned For More!",
3030
bodyText: [
3131
{

website/src/components/posts/Facebook/conclusion/conclusion.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,7 @@
7676
.fade-exit-active {
7777
transition: opacity 500ms;
7878
}
79+
80+
.gray {
81+
background-color: gray;
82+
}

0 commit comments

Comments
 (0)