+ );
+ }
+}));
+
+render(, document.getElementById('app'));
diff --git a/src/views/microworldshomepage/microworldshomepage.scss b/src/views/microworldshomepage/microworldshomepage.scss
new file mode 100644
index 000000000..85d06d71d
--- /dev/null
+++ b/src/views/microworldshomepage/microworldshomepage.scss
@@ -0,0 +1,3 @@
+#view {
+ padding: 0;
+}
diff --git a/src/views/thingstotry/l10n.json b/src/views/thingstotry/l10n.json
index 71d724a3d..fd830c850 100644
--- a/src/views/thingstotry/l10n.json
+++ b/src/views/thingstotry/l10n.json
@@ -1,16 +1,16 @@
{
+ "tile.tutorial": "Tutorial",
+ "tile.guides": "See Cards and Guides",
+ "tile.tryIt": "Try It",
"ttt.placeholder": "Placeholder text",
"ttt.title": "Things to Try",
"ttt.subTitle": "You can get started with Scratch in a variety of ways. Click a picture to try the Tutorial. You can also download a set of Activity Cards and Educator Guide for each theme.",
- "tile.tutorial": "Tutorial",
- "tile.guides": "See Cards and Guides",
"ttt.tutorialTitle": "Tutorial",
"ttt.tutorialSubtitle": "Find out how to make this project using a step-by-step tutorial in Scratch.",
"ttt.activityTitle": "Activity Cards",
"ttt.activitySubtitle": "Explore new coding ideas using this set of illustrated cards you can print out.",
"ttt.educatorTitle": "Educator Guide",
"ttt.educatorSubtitle": "Use this educator guide to plan and lead a one-hour Scratch workshop.",
- "ttt.tryIt": "Try It",
"ttt.open": "Open",
"ttt.MakeItFlyTitle": "Make It Fly",
"ttt.MakeItFlyDescription": "Animate the Scratch Cat, The Powerpuff Girls, or even a taco!",
diff --git a/src/views/thingstotry/thingstotry.jsx b/src/views/thingstotry/thingstotry.jsx
index 8b84fd66d..35189f3b0 100644
--- a/src/views/thingstotry/thingstotry.jsx
+++ b/src/views/thingstotry/thingstotry.jsx
@@ -57,7 +57,7 @@ var ThingsToTry = injectIntl(React.createClass({
render: function () {
return (