File tree Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Expand file tree Collapse file tree 1 file changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,18 @@ import { CardGrid } from '@astrojs/starlight/components';
33import IconLinkCard from ' @src/components/IconLinkCard.astro' ;
44---
55
6- <CardGrid >
7- <IconLinkCard
8- icon =" discord"
9- title =" Discord"
10- description =" Ask questions and chat live with the community."
11- href =" https://discord.com/invite/mtasa" />
12-
13- <IconLinkCard
14- icon =" gitter"
15- title =" Forum"
16- description =" Engage with the community in the old-fashioned way."
17- href =" https://forum.multitheftauto.com/forum/82-support-for-mtasa-1x/" />
18- </CardGrid >
6+ <div class =" print:hidden" >
7+ <CardGrid >
8+ <IconLinkCard
9+ icon =" discord"
10+ title =" Discord"
11+ description =" Ask questions and chat live with the community."
12+ href =" https://discord.com/invite/mtasa" />
13+
14+ <IconLinkCard
15+ icon =" gitter"
16+ title =" Forum"
17+ description =" Engage with the community in the old-fashioned way."
18+ href =" https://forum.multitheftauto.com/forum/82-support-for-mtasa-1x/" />
19+ </CardGrid >
20+ </div >
You can’t perform that action at this time.
0 commit comments