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 11--- 
22import  StarlightPage  from  ' @astrojs/starlight/components/StarlightPage.astro'  ;
3+ import  AnchorHeading  from  ' @astrojs/starlight/components/AnchorHeading.astro'  ;
4+ 
35import  { SITE_CONTRIBUTING_URL  } from  ' @src/content.constants'  ;
46import  { 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 >
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments