Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
asmaamostafa74 committed Nov 21, 2024
2 parents 63e82a9 + c0a54af commit 2446b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
</li>

<div x-show="showLogoutModal" class="fixed inset-0 flex items-center justify-center bg-black bg-opacity-50 z-50" x-cloak x-transition >
<div class="bg-white p-6 rounded-md shadow-lg w-[300px]">
<div x-on:click.outside="showLogoutModal=false" class="bg-white p-6 rounded-md shadow-lg w-[300px]">
<h2 class="text-lg font-semibold mb-4">Confirm Log-out</h2>
<p class="mb-6">Are you sure you want to log out?</p>
<div class="flex justify-end gap-3">
Expand Down

0 comments on commit 2446b57

Please sign in to comment.