Skip to content
This repository was archived by the owner on Apr 11, 2019. It is now read-only.

Commit e333470

Browse files
authored
Fix: update feature first container to match style guide
1 parent 99ab367 commit e333470

File tree

1 file changed

+3
-1
lines changed
  • app/src/containers/FeatureFirstContainer

1 file changed

+3
-1
lines changed

app/src/containers/FeatureFirstContainer/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ class FeatureFirstContainer extends Component {
3535
<h1>LOADING...</h1>
3636
:
3737
<div>
38-
<LogoImage imageSource="https://github.com/RyanCCollins/cdn/raw/master/alumni-webapp/udacity-alumni-small.png?raw=true" />
38+
<LogoImage
39+
imageSource="https://github.com/RyanCCollins/cdn/raw/master/alumni-webapp/udacity-alumni-small.png?raw=true"
40+
/>
3941
<div className={styles.headerText}>
4042
<Header
4143
content="Scaling the Front End feature first with the Udacity Alumni Dev Team!"

0 commit comments

Comments
 (0)