Skip to content

Commit ccde14f

Browse files
committed
add more pagination buttons
1 parent ade3442 commit ccde14f

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

web/src/overrides/Pagination.astro

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,26 @@ import IconLinkCard from '@src/components/IconLinkCard.astro';
1515
title="Forum"
1616
description="Engage with the community in the old-fashioned way."
1717
href="https://forum.multitheftauto.com/" />
18-
</CardGrid>
1918

19+
<IconLinkCard
20+
icon="seti:powershell"
21+
title="Functions"
22+
description="List of all client-side, server-side and shared functions"
23+
href="/Scripting_Functions" />
2024

25+
<IconLinkCard
26+
icon="seti:purescript"
27+
title="Events"
28+
description="List of all client-side, server-side and shared events"
29+
href="/Scripting_Events" />
30+
31+
<IconLinkCard
32+
icon="seti:plan"
33+
title="Elements"
34+
description="List of MTA:SA elements"
35+
href="/Element_tree" />
36+
</CardGrid>
37+
2138
<IconLinkCard
2239
icon="github"
2340
title="GitHub Repository"

0 commit comments

Comments
 (0)