We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca93a5 commit cada132Copy full SHA for cada132
web/src/overrides/Pagination.astro
@@ -1,8 +1,6 @@
1
---
2
import { CardGrid } from '@astrojs/starlight/components';
3
import IconLinkCard from '@src/components/IconLinkCard.astro';
4
-
5
-import BackToTopButton from '@src/components/BackToTopButton.astro';
6
7
<div data-pagefind-ignore>
8
<CardGrid>
@@ -52,6 +50,4 @@ import BackToTopButton from '@src/components/BackToTopButton.astro';
52
50
href="https://forum.multitheftauto.com/" />
53
51
54
</CardGrid>
55
56
-</div>
57
+</div>
0 commit comments