Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
imhlq committed Jul 29, 2024
1 parent fb26b8d commit 5f915e9
Show file tree
Hide file tree
Showing 21 changed files with 1 addition and 29 deletions.
1 change: 0 additions & 1 deletion dist/_astro/hoisted.wsPjM1h3.js

This file was deleted.

Binary file removed dist/_astro/hoisted.wsPjM1h3.js.gz
Binary file not shown.
1 change: 0 additions & 1 deletion dist/_astro/index.CHAVX6IX.css

This file was deleted.

Binary file removed dist/_astro/index.CHAVX6IX.css.gz
Binary file not shown.
Binary file not shown.
Binary file removed dist/_astro/material-symbols-rounded.MeumEKG6.woff2
Binary file not shown.
Binary file removed dist/_astro/material-symbols-sharp.COU00SW9.woff2
Binary file not shown.
1 change: 0 additions & 1 deletion dist/_astro/process_item.Dl6GKC4g.js

This file was deleted.

Binary file removed dist/_astro/process_item.Dl6GKC4g.js.gz
Binary file not shown.
Binary file removed dist/icon.png
Binary file not shown.
17 changes: 0 additions & 17 deletions dist/index.html

This file was deleted.

Binary file removed dist/index.html.gz
Binary file not shown.
2 changes: 0 additions & 2 deletions dist/~partytown/partytown-atomics.js

This file was deleted.

Binary file removed dist/~partytown/partytown-atomics.js.gz
Binary file not shown.
2 changes: 0 additions & 2 deletions dist/~partytown/partytown-media.js

This file was deleted.

Binary file removed dist/~partytown/partytown-media.js.gz
Binary file not shown.
2 changes: 0 additions & 2 deletions dist/~partytown/partytown-sw.js

This file was deleted.

Binary file removed dist/~partytown/partytown-sw.js.gz
Binary file not shown.
2 changes: 0 additions & 2 deletions dist/~partytown/partytown.js

This file was deleted.

Binary file removed dist/~partytown/partytown.js.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/components/Checklist.astro
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const columnClass = getMultiColClass(multicols);
data-type={collection}
/>
{item.side_name && <span class="npc">({item.side_name})</span>}
<span class="text-sm peer-checked:line-through peer-checked:opacity-60 peer-disabled:opacity-50" data-type={item.class_name} set:html={item.name}></span>
<span class="text-sm peer-checked:line-through peer-checked:opacity-60 peer-disabled:opacity-50" class:list={item.class_name} set:html={item.name}></span>
</label>
{/* Sub Options */}
{item.options && item.options.length > 0 && (
Expand Down

0 comments on commit 5f915e9

Please sign in to comment.