Making the button match the call-to-action in the heading
This commit is contained in:
Ryan Feeley 2017-08-21 05:17:12 -04:00 коммит произвёл Shane Tomlinson
Родитель 71d94603ec
Коммит 448104fe63
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -25,7 +25,7 @@
</div>
<div class="button-row">
<button id="submit-btn" type="submit" class="disabled">{{#t}}Next{{/t}}</button>
<button id="submit-btn" type="submit" class="disabled">{{#t}}Continue{{/t}}</button>
</div>
</form>
</section>