Skip to content

Commit

Permalink
Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Baspa committed Aug 16, 2024
1 parent a1a3ace commit 64feb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/two-factor.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<x-filament-panels::page>
<div class="space-y-10 divide-y divide-gray-900/10">
<div class="grid grid-cols-1 gap-x-8 gap-y-8 pt-10 md:grid-cols-3">
<div class="px-4 sm:px-0">
<div class="pr-4 sm:px-0">
<h2 class="text-base font-semibold leading-7 text-gray-900">{{ __('Secure your account') }}</h2>

@if (!$showingRecoveryCodes && auth()->user()->two_factor_confirmed_at)
Expand Down

0 comments on commit 64feb54

Please sign in to comment.