Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo within login-form.blade.php #1681

Merged
merged 1 commit into from
May 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class="w-6 h-6 border-gray-200 rounded-md shadow-sm form-checkbox dark:bg-gray-8
</div>

@if (session()->has('error'))
<div class="p-4 border border-red-100 rounde-md bg-red-50">
<div class="p-4 border border-red-100 rounded-md bg-red-50">
<div class="flex items-center gap-2">
<span class="text-red-600 shrink-0">
<x-hub::icon ref="x-circle"
Expand Down