Skip to content

Commit 2c89fd2

Browse files
committed
Fix outcomes and add link to footer
1 parent ead0ef2 commit 2c89fd2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/components/Footer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import "../css/Footer.css"
44
export default class Footer extends React.PureComponent {
55
render() {
66
return <footer className = "page-footer footer">
7-
Website developed by Kevin Bi, Adil Bhatia, and Julia Paul-Venturine. Project led by <a href = "https://stefanie-stantcheva.onrender.com/" target = "_blank">Stefanie Stantcheva.</a><br/>
7+
Website developed by <a href = "http://kevinbi.com/" target = "_blank">Kevin Bi</a>, Adil Bhatia, and Julia Paul-Venturine. Project led by <a href = "https://stefanie-stantcheva.onrender.com/" target = "_blank">Stefanie Stantcheva</a>.<br/>
88
<a href = "https://github.com/Understanding-Economics/Understanding-Economics.github.io" target = "_blank">GitHub source for website</a>
99
</footer>
1010
}
11-
}
11+
}ß

src/config/fields.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1060,8 +1060,8 @@
10601060
}
10611061
},
10621062
"Results": {
1063-
"id": "Outcomes",
1064-
"title": "Outcomes",
1063+
"id": "Results",
1064+
"title": "Results",
10651065
"description": "Questions to test the individual's perception of income tax policy outcomes",
10661066
"questions": {
10671067
"Q07001_en" : {
@@ -1392,7 +1392,7 @@
13921392
},
13931393
"Q04014_en": {
13941394
"id": "Q04014_en",
1395-
"title": "Example",
1395+
"title": "Capital Gains Example",
13961396
"description": "Let’s work through a concrete example about the federal estate tax now. Jack inherits a house from his father. His father paid $50,000 for the house 30 years ago. This house is now worth $350,000 at the time of the father’s death. But Jack manages to sell the house for $400,000.",
13971397
"type" : "UMBRELLA",
13981398
"questions" : [

0 commit comments

Comments
 (0)