Skip to content

Commit

Permalink
add a label to the checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
maggick committed Jan 9, 2024
1 parent 4784d0b commit bd45828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ <h2 class='text-2xl font-bold'>Is it safe to use?</h2>

<div class="divider"></div>
<div tabindex="0" class="collapse collapse-arrow border border-base-300 bg-base-200">
<input type="checkbox" />
<input type="checkbox" label="more information about this application"/>
<div class="collapse-title text-xl font-medium">
More information about this application.
</div>
<div class="collapse-content">
<div class="collapse-content">
<p>
This application was created with ❤️ and ☕ by <a class="link link-secondary" href="https://maggick.fr">maggick</a>.
It was inspired by the famous StackOverflow question:<br/>
Expand Down

0 comments on commit bd45828

Please sign in to comment.