Minor icon/copy fix for site setup flow

This commit is contained in:
Peter Zimon 2021-03-05 15:55:56 +01:00
parent b8b5703899
commit f8b2d739ce
2 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@
</figure>
<LinkTo @route="setup.two" @classNames="gh-btn gh-btn-green gh-btn-lg gh-btn-icon gh-btn-icon-right">
<span>Create your account {{svg-jar "arrow-right-small"}}</span>
<span>Create your account &rarr;</span>
</LinkTo>

View File

@ -87,7 +87,7 @@
{{#if task.isRunning}}
<span>{{svg-jar "spinner" class="gh-icon-spinner gh-btn-icon-no-margin"}}</span>
{{else}}
<span>Last step: Invite staff users {{svg-jar "arrow-right-small" class="gh-btn-icon-right"}}</span>
<span>Last step: Invite staff users &rarr;</span>
{{/if}}
</GhTaskButton>
</form>