Changed registration page input tag to button

This commit is contained in:
jitendra 2018-12-27 13:03:54 +05:30
parent 336284ee6e
commit fec802b4af
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "bagisto/bagisto",
"description": "Bagisto Ecommerce",
"description": "Bagisto Laravel ECommerce",
"keywords": [
"framework",
"laravel"

View File

@ -73,7 +73,9 @@
<span class="control-error" v-if="errors.has('agreement')">@{{ errors.first('agreement') }}</span>
</div>
<input class="btn btn-primary btn-lg" type="submit" value="{{ __('shop::app.customer.signup-form.button_title') }}">
<button class="btn btn-primary btn-lg" type="submit">
{{ __('shop::app.customer.signup-form.button_title') }}
</button>
</div>
</form>