Adds an immediate contact information to the results page.
Also, adds state to the Home component to show/hide the intro "Get help now..." text based on if the survey is in-progress or complete - that required passing in onSurveyComplete and resetHomeState functions to the Survey component.
Adds an immediate contact information to the results page.
Also, adds state to the Home component to show/hide the intro "Get help now..." text based on if the survey is in-progress or complete - that required passing in
onSurveyComplete
andresetHomeState
functions to the Survey component.