mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Minor icon/copy fix for site setup flow
This commit is contained in:
parent
b8b5703899
commit
f8b2d739ce
@ -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 →</span>
|
||||
</LinkTo>
|
||||
|
@ -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 →</span>
|
||||
{{/if}}
|
||||
</GhTaskButton>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user