From e13f52ad7c813e834dee024271eb2c8a3adbf230 Mon Sep 17 00:00:00 2001 From: CJSS Date: Tue, 23 Aug 2022 20:23:41 +0800 Subject: [PATCH 1/2] Update CONTRIBUTING.md Fixed types of contributions link --- docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index cd21902653..94806e00f8 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -19,7 +19,7 @@ To get an overview of the project, read the [README](../README.md). Here are som ## Getting started -Check to see what [types of contributions](/types-of-contributions.md) we accept before making changes. Some of them don't even require writing a single line of code :sparkles:. +Check to see what [types of contributions](types-of-contributions.md) we accept before making changes. Some of them don't even require writing a single line of code :sparkles:. ### Issues From 0989628b0d386eb67e20eff08e349e3af2b5c4d7 Mon Sep 17 00:00:00 2001 From: CJSS Date: Tue, 6 Sep 2022 12:26:19 +0800 Subject: [PATCH 2/2] Add Twitter Icon --- apps/venus/src/app/Common.tsx | 47 +++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) diff --git a/apps/venus/src/app/Common.tsx b/apps/venus/src/app/Common.tsx index 87347f4fa1..2b44828161 100644 --- a/apps/venus/src/app/Common.tsx +++ b/apps/venus/src/app/Common.tsx @@ -12,6 +12,7 @@ import { useMediaQuery } from '@mui/material'; import GitHubIcon from '@mui/icons-material/GitHub'; import RedditIcon from '@mui/icons-material/Reddit'; import TelegramIcon from '@mui/icons-material/Telegram'; +import TwitterIcon from '@mui/icons-material/Twitter'; import { options } from './i18n'; import { DiscordIcon, GitHub } from './Icons'; // eslint-disable-next-line no-restricted-imports @@ -199,6 +200,52 @@ export const AFFiNEFooter = ({ + + +