Skip to content

Commit

Permalink
Removed grid-col
Browse files Browse the repository at this point in the history
  • Loading branch information
jordythevulder committed Dec 16, 2024
1 parent 7f626ad commit 55bbab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/checkout/partials/sections/login.blade.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<login v-slot="{ email, password, go, loginInputChange, emailAvailable, logout }">
<div class="grid gap-4 sm:gap-5 md:grid-cols-1 md:items-end">
<div class="grid gap-4 sm:gap-5 md:items-end">
<template v-if="!loggedIn">
@include('rapidez-ct::checkout.partials.sections.login.logged-out')
</template>
Expand Down

0 comments on commit 55bbab4

Please sign in to comment.