From 37e4de3e9700f4114314c0dafe6b213eddc14c12 Mon Sep 17 00:00:00 2001 From: CJSS Date: Tue, 25 Oct 2022 09:17:42 +0800 Subject: [PATCH 1/3] Update index.tsx Docs link fix --- packages/app/src/components/contact-modal/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/app/src/components/contact-modal/index.tsx b/packages/app/src/components/contact-modal/index.tsx index 0b45ec18ba..5ca0d44030 100644 --- a/packages/app/src/components/contact-modal/index.tsx +++ b/packages/app/src/components/contact-modal/index.tsx @@ -66,8 +66,8 @@ const rightLinkList = [ { icon: , title: 'Check Our Docs', - subTitle: 'Open Source', - link: 'https://github.com/toeverything/AFFiNE', + subTitle: 'docs.AFFiNE.pro', + link: 'https://docs.affine.pro', }, ]; From ae342773dadbd2db7dfa879feabda518094dc28e Mon Sep 17 00:00:00 2001 From: CJSS Date: Tue, 25 Oct 2022 09:19:31 +0800 Subject: [PATCH 2/3] Update example-markdown.ts --- packages/app/src/components/example-markdown.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/src/components/example-markdown.ts b/packages/app/src/components/example-markdown.ts index 0e267cb6ec..c41368cc3c 100644 --- a/packages/app/src/components/example-markdown.ts +++ b/packages/app/src/components/example-markdown.ts @@ -50,7 +50,7 @@ There are also some things you should consider about this AFFiNE Alpha including 2. Italic: \`*text*\` 3. Underline: \`~text~\` 4. Strikethrough: \`~~text~~\` -5. Inline code: \`\` \`code\` \`\` +5. Inline code: \`\` \`text\` \`\` 6. Heading 1: \`# text\` 7. Heading 2: \`## text\` 8. Heading 3: \`### text\` From f3f530feda556a86722ebcafd101f1e6b9292dc1 Mon Sep 17 00:00:00 2001 From: CJSS Date: Tue, 25 Oct 2022 09:42:07 +0800 Subject: [PATCH 3/3] Update index.tsx --- packages/app/src/components/contact-modal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/app/src/components/contact-modal/index.tsx b/packages/app/src/components/contact-modal/index.tsx index 5ca0d44030..faa2ac92c8 100644 --- a/packages/app/src/components/contact-modal/index.tsx +++ b/packages/app/src/components/contact-modal/index.tsx @@ -32,7 +32,7 @@ import { const linkList = [ { icon: , - title: 'Github', + title: 'GitHub', link: 'https://github.com/toeverything/AFFiNE', }, {