···77import { EXPERIMENTS, SCREENS, KERNEL_STATUS } from '../../constants/constants';
88import faceHouseIcon from '../../assets/common/FacesHouses.png';
99import customIcon from '../../assets/common/Custom.png';
1010-import brainwavesLogo from '../../assets/common/brainwaves_logo.png';
1010+import appLogo from '../../assets/common/app_logo.png';
1111import {
1212 readWorkspaces,
1313 readAndParseState,
···171171 <Image src={faceHouseIcon} />
172172 <Header as="h1">Faces and Houses</Header>
173173 <p>
174174- Explore the N170 event-related potential that is produced in response to viewing
175175- faces. It is called the N170 because it is a negative, downwards-facing wave that occurs around
176176- 170 milliseconds after perceiving a face.
174174+ Explore the N170 event-related potential that is produced in
175175+ response to viewing faces. It is called the N170 because it is
176176+ a negative, downwards-facing wave that occurs around 170
177177+ milliseconds after perceiving a face.
177178 </p>
178179 <Button
179180 secondary
···245246 return (
246247 <React.Fragment>
247248 <SecondaryNavComponent
248248- title={<Image src={brainwavesLogo} />}
249249+ title={<Image src={appLogo} />}
249250 steps={HOME_STEPS}
250251 activeStep={this.state.activeStep}
251252 onStepClick={this.handleStepClick}