Update workers.html

This commit is contained in:
DJObleezy 2025-03-30 21:03:04 -07:00 committed by GitHub
parent e21b7be7a0
commit c1d32f4cfc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,7 +97,10 @@
<!-- Workers grid -->
<div class="worker-grid" id="worker-grid">
<!-- Worker cards will be generated here via JavaScript -->
<!-- Worker cards will be generated here via JavaScript -->
<div id="loader" class="text-center p-5" style="display:none;">
<i class="fas fa-spinner fa-spin"></i> Loading worker data...
</div>
</div>
{% endblock %}