Confusing label on button referencing incorrect location.

This commit is contained in:
Gavin King 2018-07-24 16:37:30 +02:00
parent 59ce0d9ae7
commit 2bc8353359

View File

@ -1,7 +1,7 @@
<div class="main">
<h1>Link Action</h1>
<button on:click="onClick(event)" class="link">
See the sample stories for the <code class="code">Button</code> component.
Return to the <code class="code">Welcome</code> view story.
</button>
</div>