We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5594a7 commit 4b90f65Copy full SHA for 4b90f65
docs/src/templates/doc_widgets.js
@@ -88,7 +88,7 @@
88
};
89
90
var HTML_TPL =
91
- '<p><a ng:init="showInstructions = {show}" ng:show="!showInstructions" ng:click="showInstructions = true" href>Workspace Reset Instructions</a></p>' +
+ '<p><a ng:init="showInstructions = {show}" ng:show="!showInstructions" ng:click="showInstructions = true" href>Workspace Reset Instructions ➤</a></p>' +
92
'<div ng:controller="TutorialInstructionsCtrl" ng:show="showInstructions">' +
93
'<div class="tabs-nav">' +
94
'<ul>' +
0 commit comments