mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-24 23:48:13 -05:00
💄 fix button styling on setup/one page (#573)
no issue - add span tag to button content
This commit is contained in:
parent
9344fd6a1a
commit
56e5e90334
1 changed files with 1 additions and 1 deletions
|
@ -8,5 +8,5 @@
|
||||||
</figure>
|
</figure>
|
||||||
|
|
||||||
{{#link-to "setup.two" classNames="gh-btn gh-btn-green gh-btn-lg"}}
|
{{#link-to "setup.two" classNames="gh-btn gh-btn-green gh-btn-lg"}}
|
||||||
Create your account <i class="icon-chevron"></i>
|
<span>Create your account <i class="icon-chevron"></i></span>
|
||||||
{{/link-to}}
|
{{/link-to}}
|
||||||
|
|
Loading…
Add table
Reference in a new issue