File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
import StarlightPage from ' @astrojs/starlight/components/StarlightPage.astro' ;
3
+ import AnchorHeading from ' @astrojs/starlight/components/AnchorHeading.astro' ;
4
+
3
5
import { SITE_CONTRIBUTING_URL } from ' @src/content.constants' ;
4
6
import { getUnfinishedPages } from ' @src/utils/general' ;
5
7
@@ -19,7 +21,7 @@ const unfinishedEvents = getUnfinishedPages('events');
19
21
<p ><a href ={ SITE_CONTRIBUTING_URL }
20
22
class =" guidelines-link" >Contribution guidelines</a ></p >
21
23
22
- <h3 >Unfinished Function Pages</h3 >
24
+ <AnchorHeading level = " 3 " id = " unfinished-functions " >Unfinished Function Pages</AnchorHeading >
23
25
<NoteBox type =" info" >
24
26
We are working on migrating these pages from <code >wiki.multitheftauto.com</code > using <strong >web scraping</strong >.
25
27
<br >Stay up to date with the progress using our Development Discord server.
@@ -42,7 +44,7 @@ const unfinishedEvents = getUnfinishedPages('events');
42
44
)}
43
45
</section >
44
46
45
- <h3 >Unfinished Event Pages</h3 >
47
+ <AnchorHeading level = " 3 " id = " unfinished-events " >Unfinished Event Pages</AnchorHeading >
46
48
<section data-pagefind-ignore >
47
49
{ unfinishedEvents .length === 0 ? (
48
50
<p >There are currently no unfinished event pages 😄</p >
You can’t perform that action at this time.
0 commit comments