Merge pull request #51 from toeverything/chore/text

Chore/text
This commit is contained in:
zuomeng wang
2022-10-25 10:47:06 +08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -32,7 +32,7 @@ import {
const linkList = [
{
icon: <GithubIcon />,
title: 'Github',
title: 'GitHub',
link: 'https://github.com/toeverything/AFFiNE',
},
{
@@ -66,8 +66,8 @@ const rightLinkList = [
{
icon: <DocIcon />,
title: 'Check Our Docs',
subTitle: 'Open Source',
link: 'https://github.com/toeverything/AFFiNE',
subTitle: 'docs.AFFiNE.pro',
link: 'https://docs.affine.pro',
},
];
@@ -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\`