Skip to content

Commit

Permalink
Fixed login button (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roene-JustBetter authored Jan 11, 2024
1 parent 91e2712 commit 7840b65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/checkout/partials/sections/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ class="justify-center"
@lang('We will send your order confirmation to this e-mail address. We will also check if you already have an account so you can checkout more efficiently.')
</p>

<x-rapidez-ct::button.accent v-if="!emailAvailable" v-on:click.prevent="go" dusk="continue">
<x-rapidez-ct::button.primary v-if="!emailAvailable" v-on:click.prevent="go" dusk="continue">
@lang('Login')
</x-rapidez-ct::button.accent>
</x-rapidez-ct::button.primary>
</template>
<template v-else>
<div class="bg-ct-disabled flex h-14 shadow items-center rounded-md border px-4">
Expand Down

0 comments on commit 7840b65

Please sign in to comment.