diff --git a/src/views/splash/hoc/top-banner.scss b/src/views/splash/hoc/top-banner.scss
index 00ddcfb37..9df878291 100644
--- a/src/views/splash/hoc/top-banner.scss
+++ b/src/views/splash/hoc/top-banner.scss
@@ -31,6 +31,7 @@
}
.top-animation {
+ margin: auto;
padding-top: 2rem;
padding-bottom: 1rem;
width: 70%;
diff --git a/src/views/splash/l10n.json b/src/views/splash/l10n.json
index 4a87ddc13..6956d38b0 100644
--- a/src/views/splash/l10n.json
+++ b/src/views/splash/l10n.json
@@ -29,8 +29,9 @@
"teacherbanner.classesButton": "My Classes",
"teacherbanner.faqButton": "Teacher Account FAQ",
- "middle-banner.header": "Get Creative with Coding",
- "middle-banner.ttt": "See more activities",
+ "middleBanner.header": "Get Creative with Coding",
+ "middleBanner.ttt": "See more activities",
+ "topBanner.getStarted": "Get Started with Coding!",
"ttt.tutorial": "Tutorial",
"ttt.open": "Open",
"ttt.tutorialSubtitle": "Find out how to make this project using a step-by-step tutorial in Scratch.",
diff --git a/src/views/splash/presentation.jsx b/src/views/splash/presentation.jsx
index e0827551d..8e699bc6c 100644
--- a/src/views/splash/presentation.jsx
+++ b/src/views/splash/presentation.jsx
@@ -255,7 +255,8 @@ var SplashPresentation = injectIntl(React.createClass({
{this.props.isEducator ? [
] : []}
-
+
{this.props.sessionStatus === sessionActions.Status.FETCHED ? (
Object.keys(this.props.user).length !== 0 ? [