diff --git a/browser/components/loop/content/js/panel.js b/browser/components/loop/content/js/panel.js
index 7e630b38ff4..d9a9c682d83 100644
--- a/browser/components/loop/content/js/panel.js
+++ b/browser/components/loop/content/js/panel.js
@@ -319,7 +319,8 @@ loop.panel = (function(_, mozL10n) {
onClick: this.handleClickAccountEntry,
icon: "account",
displayed: this._isSignedIn()}),
- SettingsDropdownEntry({label: mozL10n.get("tour_label"),
+ SettingsDropdownEntry({icon: "tour",
+ label: mozL10n.get("tour_label"),
onClick: this.openGettingStartedTour}),
SettingsDropdownEntry({label: this._isSignedIn() ?
mozL10n.get("settings_menu_item_signout") :
diff --git a/browser/components/loop/content/js/panel.jsx b/browser/components/loop/content/js/panel.jsx
index 67b03a3d048..c6e21a2c1e3 100644
--- a/browser/components/loop/content/js/panel.jsx
+++ b/browser/components/loop/content/js/panel.jsx
@@ -319,7 +319,8 @@ loop.panel = (function(_, mozL10n) {
onClick={this.handleClickAccountEntry}
icon="account"
displayed={this._isSignedIn()} />
-
+
@@ -158,4 +162,5 @@ use[id$="-red"] {
+