Skip to content

Commit

Permalink
Rename 'Test' button to 'Run'
Browse files Browse the repository at this point in the history
  • Loading branch information
desplesda committed Dec 5, 2024
1 parent 020a419 commit f30dfd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h1>Try Yarn Spinner <span id="header-beta">(beta)</span></h1>
height="24px"
src="<%= require('./img/Play.svg') %>"
/>
Test
Run
</button>
</div>
</div>
Expand All @@ -117,7 +117,7 @@ <h1>Try Yarn Spinner <span id="header-beta">(beta)</span></h1>
<div class="col-12">
<div id="controls">
<div id="log-no-content" class="alert alert-primary">
Click Test to play your conversation!
Click Run to play your conversation!
</div>
<div id="log" class="list-group"></div>
</div>
Expand Down

0 comments on commit f30dfd9

Please sign in to comment.