fix: remove redundant closing div in index.astro

This commit is contained in:
2026-06-23 07:26:25 +02:00
parent 2e36ac3b3e
commit 08a6e82760
-1
View File
@@ -90,7 +90,6 @@ const initialChecked = true;
<LoadingBar type="known" percentage={75} width="500px" /> <LoadingBar type="known" percentage={75} width="500px" />
<LoadingBar type="unknown" width="500px" /> <LoadingBar type="unknown" width="500px" />
</div> </div>
</div>
</section> </section>
<section> <section>
<h2>List Item</h2> <h2>List Item</h2>