Skip to content

Commit 8e254d4

Browse files
Fix #24
1 parent e2216e0 commit 8e254d4

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

web/src/overrides/Pagination.astro

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,6 @@ import IconLinkCard from '@src/components/IconLinkCard.astro';
3636
description="Information about MTA object-oriented programming"
3737
href="/reference/OOP" />
3838

39-
</CardGrid>
40-
41-
42-
<CardGrid>
43-
4439

4540
<IconLinkCard
4641
icon="discord"
@@ -53,14 +48,7 @@ import IconLinkCard from '@src/components/IconLinkCard.astro';
5348
title="Forum"
5449
description="Engage with the community in the old-fashioned way."
5550
href="https://forum.multitheftauto.com/" />
56-
</CardGrid>
5751

58-
<IconLinkCard
59-
icon="github"
60-
iconColor="var(--sl-color-orange)"
61-
title="GitHub Repository"
62-
titleColor="var(--sl-color-orange)"
63-
description="Visit our repository to contribute to the Wiki project or report issues."
64-
href="https://github.com/multitheftauto/wiki.multitheftauto.com" />
52+
</CardGrid>
6553

6654
</div>

0 commit comments

Comments
 (0)