Skip to content

Commit 4b90f65

Browse files
committed
feat(tutorial): add an arrow to 'Workspace Reset Instructions' links
The arrow is a hint that user won't navigate to a new page, but instead the instructions will be displayed inline.
1 parent b5594a7 commit 4b90f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/templates/doc_widgets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
};
8989

9090
var HTML_TPL =
91-
'<p><a ng:init="showInstructions = {show}" ng:show="!showInstructions" ng:click="showInstructions = true" href>Workspace Reset Instructions</a></p>' +
91+
'<p><a ng:init="showInstructions = {show}" ng:show="!showInstructions" ng:click="showInstructions = true" href>Workspace Reset Instructions &nbsp;&#x27A4;</a></p>' +
9292
'<div ng:controller="TutorialInstructionsCtrl" ng:show="showInstructions">' +
9393
'<div class="tabs-nav">' +
9494
'<ul>' +

0 commit comments

Comments
 (0)