From d85d4763d9a226ba1351f71412e241045beaf050 Mon Sep 17 00:00:00 2001 From: Rahul Khanna <58804439+RahulKhanna14@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:13:15 -0700 Subject: [PATCH] bug fix (#94) --- .../src/assets/College/collegeLabContent.js | 45 ++++++++++--------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/website/src/assets/College/collegeLabContent.js b/website/src/assets/College/collegeLabContent.js index afcc640..b7f08f7 100644 --- a/website/src/assets/College/collegeLabContent.js +++ b/website/src/assets/College/collegeLabContent.js @@ -81,28 +81,6 @@ export default [ ], }, }, - { - post: { - profilePic: teachLogo, - profilePicName: "Profile Picture - Facial Recognition", - header: "Case Study #2: Facial Recognition", - headerLink: true, - linkTo: "facebook", - subheader: "Social Media Targets Ads Through Demographics", - bodyText: [ - { - body: ( -
- While using targeted advertisements can be effective in helping - people find things related to their interests, the criteria used - to "optimize" these ads may lead to discriminatory advertising and - further impose stereotypes. -
- ), - }, - ], - }, - }, { post: { profilePic: teachLogo, @@ -162,4 +140,27 @@ export default [ ], }, }, + + { + post: { + profilePic: teachLogo, + profilePicName: "Profile Picture - Facial Recognition", + header: "Case Study #2: Facial Recognition", + headerLink: true, + linkTo: "facebook", + subheader: "Social Media Targets Ads Through Demographics", + bodyText: [ + { + body: ( ++ While using targeted advertisements can be effective in helping + people find things related to their interests, the criteria used + to "optimize" these ads may lead to discriminatory advertising and + further impose stereotypes. +
+ ), + }, + ], + }, + }, ];