Skip to content

Commit

Permalink
fix #1184
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Oct 3, 2022
1 parent 1bd122c commit efe57ca
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/docs/src/routes/__layout.svelte
Expand Up @@ -84,7 +84,7 @@
<input type="checkbox" id="my-modal" class="modal-toggle" aria-label="Open or close modal" />
<div class="modal">
<div class="modal-box">
<h3 class="text-lg font-bold">Congratulations random Interner user!</h3>
<h3 class="text-lg font-bold">Congratulations random Internet user!</h3>
<p class="py-4">You've been selected for a chance to get one year of subscription to use Wikipedia for free!</p>
<div class="modal-action">
<label for="my-modal" class="btn">Yay!</label>
Expand All @@ -94,7 +94,7 @@

<div class="modal" id="my-modal-2">
<div class="modal-box">
<h3 class="text-lg font-bold">Congratulations random Interner user!</h3>
<h3 class="text-lg font-bold">Congratulations random Internet user!</h3>
<p class="py-4">You've been selected for a chance to get one year of subscription to use Wikipedia for free!</p>
<div class="modal-action">
<!-- svelte-ignore a11y-invalid-attribute -->
Expand All @@ -107,23 +107,23 @@
<div class="modal">
<div class="modal-box relative">
<label for="my-modal-3" class="btn btn-sm btn-circle absolute right-2 top-2">✕</label>
<h3 class="text-lg font-bold">Congratulations random Interner user!</h3>
<h3 class="text-lg font-bold">Congratulations random Internet user!</h3>
<p class="py-4">You've been selected for a chance to get one year of subscription to use Wikipedia for free!</p>
</div>
</div>

<input type="checkbox" id="my-modal-4" class="modal-toggle" aria-label="Open or close modal" />
<label for="my-modal-4" class="modal cursor-pointer">
<label class="modal-box relative" for="">
<h3 class="text-lg font-bold">Congratulations random Interner user!</h3>
<h3 class="text-lg font-bold">Congratulations random Internet user!</h3>
<p class="py-4">You've been selected for a chance to get one year of subscription to use Wikipedia for free!</p>
</label>
</label>

<input type="checkbox" id="my-modal-5" class="modal-toggle" aria-label="Open or close modal" />
<div class="modal">
<div class="modal-box w-11/12 max-w-5xl">
<h3 class="text-lg font-bold">Congratulations random Interner user!</h3>
<h3 class="text-lg font-bold">Congratulations random Internet user!</h3>
<p class="py-4">You've been selected for a chance to get one year of subscription to use Wikipedia for free!</p>
<div class="modal-action">
<label for="my-modal-5" class="btn">Yay!</label>
Expand All @@ -134,7 +134,7 @@
<input type="checkbox" id="my-modal-6" class="modal-toggle" aria-label="Open or close modal" />
<div class="modal modal-bottom sm:modal-middle">
<div class="modal-box">
<h3 class="text-lg font-bold">Congratulations random Interner user!</h3>
<h3 class="text-lg font-bold">Congratulations random Internet user!</h3>
<p class="py-4">You've been selected for a chance to get one year of subscription to use Wikipedia for free!</p>
<div class="modal-action">
<label for="my-modal-6" class="btn">Yay!</label>
Expand Down

0 comments on commit efe57ca

Please sign in to comment.