Skip to content

Commit 06e4d58

Browse files
committed
testing push
1 parent 5403219 commit 06e4d58

File tree

3 files changed

+62
-94
lines changed

3 files changed

+62
-94
lines changed

website/package-lock.json

Lines changed: 60 additions & 86 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"react": "^16.13.1",
1111
"react-apexcharts": "^1.3.7",
1212
"react-dom": "^16.13.1",
13-
"react-router-dom": "^5.2.0",
13+
"react-router-dom": "^5.3.4",
1414
"react-scripts": "3.4.3",
1515
"react-scroll": "^1.8.1",
1616
"recharts": "^2.0.8"

website/src/components/LandingPage.js

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,7 @@ const landingPageInfo = [
2929
subheader: "It's not just humans that can be biased",
3030
bodyText: [
3131
{
32-
body: (
33-
<p className="bold">
34-
Bias By Us is an interactive explanation of bias in machine
35-
learning algorithms, and how they affect multiple aspects of
36-
every-day life!
37-
</p>
38-
),
32+
body: <p className="bold">testing</p>,
3933
},
4034
{
4135
body: (

0 commit comments

Comments
 (0)