Files
research.logos.co/docs/community.mdx
Jakub Sokołowski 776496762c chore: rename vac.dev to research.logos.co
Because in IFT our main product is renaming things.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
2026-02-13 14:51:36 +01:00

46 lines
1.2 KiB
Plaintext

---
title: Join the community
hide_title: true
pagination_prev: null
pagination_next: null
displayed_sidebar: null
hide_table_of_contents: true
---
import { Grid, Box, SocialCard } from '/src/components/mdx'
# Join the community
<Box bottom={24}>
Join the Vac Community!<br/>
Keep up to date with our latest research by connecting with us on our communities channels.
</Box>
<Box top={32} bottom={56} style={{paddingBottom: 0}}>
<Grid xs={{ cols: 1, gap: '1rem' }} md={{ cols: 2 }}>
<Grid.Item xs={1}>
<SocialCard
href='https://twitter.com/vacp2p'
logoSrc="/icons/x-black.svg"
logoSrcDark="/icons/x-white.svg"
description='Follow us on X'
/>
</Grid.Item>
<Grid.Item xs={1}>
<SocialCard
href='https://discord.com/invite/PQFdubGt6d'
logoSrc="/icons/discord-black.svg"
logoSrcDark="/icons/discord-white.svg"
description='Join the community on Discord'
/>
</Grid.Item>
<Grid.Item xs={1}>
<SocialCard
href="https://forum.research.logos.co/"
logoSrcDark="/theme/image/logo.svg"
description="Share your thoughts on the latest research on the Vac research forum"
/>
</Grid.Item>
</Grid>
</Box>