Skip to content

Commit 40e95aa

Browse files
Use AnchorHeading in Incomplete_Pages
1 parent 291db08 commit 40e95aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

web/src/pages/Incomplete_Pages.astro

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
import StarlightPage from '@astrojs/starlight/components/StarlightPage.astro';
3+
import AnchorHeading from '@astrojs/starlight/components/AnchorHeading.astro';
4+
35
import { SITE_CONTRIBUTING_URL } from '@src/content.constants';
46
import { getUnfinishedPages } from '@src/utils/general';
57
@@ -19,7 +21,7 @@ const unfinishedEvents = getUnfinishedPages('events');
1921
<p><a href={SITE_CONTRIBUTING_URL}
2022
class="guidelines-link">Contribution guidelines</a></p>
2123

22-
<h3>Unfinished Function Pages</h3>
24+
<AnchorHeading level="3" id="unfinished-functions">Unfinished Function Pages</AnchorHeading>
2325
<NoteBox type="info">
2426
We are working on migrating these pages from <code>wiki.multitheftauto.com</code> using <strong>web scraping</strong>.
2527
<br>Stay up to date with the progress using our Development Discord server.
@@ -42,7 +44,7 @@ const unfinishedEvents = getUnfinishedPages('events');
4244
)}
4345
</section>
4446

45-
<h3>Unfinished Event Pages</h3>
47+
<AnchorHeading level="3" id="unfinished-events">Unfinished Event Pages</AnchorHeading>
4648
<section data-pagefind-ignore>
4749
{unfinishedEvents.length === 0 ? (
4850
<p>There are currently no unfinished event pages 😄</p>

0 commit comments

Comments
 (0)