Skip to content

Commit

Permalink
fix merge (Clara Zhang pull request) (#99)
Browse files Browse the repository at this point in the history
This PR is from Clara Zhang
  • Loading branch information
RahulKhanna14 authored Jan 28, 2025
1 parent d85d476 commit 2c50c9a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ website/build
.env.development.local
.env.test.local
.env.production.local

package.json
package-lock.json
website/package-lock.json
website/package.json
npm-debug.log*
yarn-debug.log*
yarn-error.log*
Expand Down
4 changes: 3 additions & 1 deletion website/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.env
.env
website/package-lock.json
website/package.json
2 changes: 1 addition & 1 deletion website/src/caseStudies/FacialRecognition.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const FacialRecognitionInfo = [
post: {
profilePic: teachLogo,
profilePicName: "Profile Picture - TeachLA Logo",
header: "Case Study #3: Facial Recognition",
header: "Case Study #3: Face Recognition",
subheader: "Stay Tuned For More!",
bodyText: [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,7 @@
.fade-exit-active {
transition: opacity 500ms;
}

.gray {
background-color: gray;
}

0 comments on commit 2c50c9a

Please sign in to comment.