Skip to content

Commit

Permalink
fix: misc.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNotABug committed Jan 8, 2025
1 parent 488527d commit 8f93ca8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,12 @@
irreversible.
</p>

<div class="input-check-box-friction">
<InputCheckbox
required
size="s"
id="delete_policy"
bind:checked={confirmedDeletion}
label="I understand and confirm" />
</div>
<InputCheckbox
size="s"
required
id="delete_function"
bind:checked={confirmedDeletion}
label="I understand and confirm" />
</FormList>
<svelte:fragment slot="footer">
<Button text on:click={() => (showDelete = false)}>Cancel</Button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,12 @@
irreversible.
</p>

<div class="input-check-box-friction">
<InputCheckbox
required
size="s"
id="delete_policy"
bind:checked={confirmedDeletion}
label="I understand and confirm" />
</div>
<InputCheckbox
size="s"
required
id="delete_site"
bind:checked={confirmedDeletion}
label="I understand and confirm" />
</FormList>
<svelte:fragment slot="footer">
<Button text on:click={() => (showDelete = false)}>Cancel</Button>
Expand Down

0 comments on commit 8f93ca8

Please sign in to comment.