diff --git a/client/components/build/RightSidebar/sections/Links.tsx b/client/components/build/RightSidebar/sections/Links.tsx index 1d85e66b..c808dfe6 100644 --- a/client/components/build/RightSidebar/sections/Links.tsx +++ b/client/components/build/RightSidebar/sections/Links.tsx @@ -3,7 +3,7 @@ import { Button } from '@mui/material'; import { useTranslation } from 'next-i18next'; import Heading from '@/components/shared/Heading'; -import { DOCS_URL, DONATION_URL, GITHUB_ISSUES_URL, GITHUB_URL } from '@/constants/index'; +import { DOCS_URL, DONATION_URL, GITHUB_ISSUES_URL, GITHUB_URL, REDDIT_URL } from '@/constants/index'; import styles from './Links.module.scss'; @@ -50,6 +50,12 @@ const Links = () => { + + + + + + + +