Skip to content

Commit

Permalink
fix merge here
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulKhanna14 committed Jan 28, 2025
1 parent abbc5c7 commit 536c631
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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 536c631

Please sign in to comment.