Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Oct 31, 2022
1 parent 3cf5c1b commit a920543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/src/routes/components/modal.svelte.md
Expand Up @@ -151,7 +151,7 @@ data="{[
{/* Put this part before </body> tag */}
<input type="checkbox" id="my-modal-4" className="$$modal-toggle" />
<label htmlFor="my-modal-4" className="$$modal cursor-pointer">
<label className="$$modal-box relative" for="">
<label className="$$modal-box relative" htmlFor="">
<h3 className="text-lg font-bold">Congratulations random Internet user!</h3>
<p className="py-4">You've been selected for a chance to get one year of subscription to use Wikipedia for free!</p>
</label>
Expand Down

0 comments on commit a920543

Please sign in to comment.