Skip to content

Commit

Permalink
bug fix (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
RahulKhanna14 committed Jun 3, 2024
1 parent c61ccb8 commit d85d476
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions website/src/assets/College/collegeLabContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: (
<p className="bold">
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.
</p>
),
},
],
},
},
{
post: {
profilePic: teachLogo,
Expand Down Expand Up @@ -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: (
<p className="bold">
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.
</p>
),
},
],
},
},
];

0 comments on commit d85d476

Please sign in to comment.