Skip to content

Commit 536c631

Browse files
committed
fix merge here
1 parent abbc5c7 commit 536c631

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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)