feat(redesign): toggle module

This commit is contained in:
darkweak 2023-10-15 12:30:23 +02:00 committed by Francis Lavoie
parent e6c6310277
commit d201a427d1
No known key found for this signature in database
GPG key ID: C5204D4F28147FC8
3 changed files with 80 additions and 7 deletions

View file

@ -38,7 +38,7 @@
${item.description}
</p>
<div class="card-actions">
<button type="button" class="button card-button">
<button type="button" class="button card-button" data-module="${item.path}" onclick="togglePackage(event)">
Add this module
</button>
</div>