From c171d962981de401f42cd7e12a518beb859c3174 Mon Sep 17 00:00:00 2001 From: silverdragon246 Date: Sun, 2 Jun 2024 21:37:21 -0700 Subject: [PATCH] bug fix --- .../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. +

+ ), + }, + ], + }, + }, ];