Update index.html

This commit is contained in:
jelveh
2025-08-04 15:25:14 -07:00
parent a6db0f1092
commit 9f8c0d3227

View File

@@ -188,7 +188,7 @@
<!-- No Workers Message -->
<!---------------------------------------->
<section id="no-workers-notice" style="display:none;">
<img src="./img/workers-placeholder.svg" style="width: 64px; opacity: 0.62; filter: grayscale(100%); transform: rotate(-20deg);">
<img src="./img/workers-placeholder.svg" style="width: 64px; height: 64px; opacity: 0.62; filter: grayscale(100%); transform: rotate(-20deg);">
<p style="color: #606062;">You haven't created any workers yet.</p>
<button class="create-a-worker-btn button button-primary"><img src="./img/plus.svg">Create a Worker</button>
</section>
@@ -197,7 +197,7 @@
<!-- No Websites Message -->
<!---------------------------------------->
<section id="no-websites-notice" style="display:none;">
<img src="./img/websites-placeholder.svg" style="width: 64px; opacity: 0.22; filter: grayscale(100%); transform: rotate(-20deg);">
<img src="./img/websites-placeholder.svg" style="width: 64px; height: 64px; opacity: 0.22; filter: grayscale(100%);">
<p style="color: #606062;">You haven't created any websites yet.</p>
<button class="create-a-website-btn button button-primary"><img src="./img/plus.svg">Create a Website</button>
</section>