diff --git a/packages/app/src/components/contact-modal/index.tsx b/packages/app/src/components/contact-modal/index.tsx index 0b45ec18ba..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', }, { @@ -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', }, ]; 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\`