fix: remove redundant closing div in index.astro
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user