mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
chore: adjust discord link (#10645)
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="https://affine.pro">Home Page</a> |
|
<a href="https://affine.pro">Home Page</a> |
|
||||||
<a href="https://discord.gg/whd5mjYqVw">Discord</a> |
|
<a href="https://discord.gg/Yjf5VFEn">Discord</a> |
|
||||||
<a href="https://app.affine.pro">Live Demo</a> |
|
<a href="https://app.affine.pro">Live Demo</a> |
|
||||||
<a href="https://affine.pro/blog/">Blog</a> |
|
<a href="https://affine.pro/blog/">Blog</a> |
|
||||||
<a href="https://docs.affine.pro/docs/">Documentation</a>
|
<a href="https://docs.affine.pro/docs/">Documentation</a>
|
||||||
@@ -179,7 +179,7 @@ Begin with Docker to deploy your own feature-rich, unrestricted version of AFFiN
|
|||||||
|
|
||||||
## Hiring
|
## Hiring
|
||||||
|
|
||||||
Some amazing companies, including AFFiNE, are looking for developers! Are you interested in joining AFFiNE or its partners? Check out our Discord channel for some of the latest jobs available.
|
Some amazing companies, including AFFiNE, are looking for developers! Are you interested in joining AFFiNE or its partners? Check out our [Discord channel](https://discord.gg/Yjf5VFEn) for some of the latest jobs available.
|
||||||
|
|
||||||
## Feature Request
|
## Feature Request
|
||||||
|
|
||||||
|
|||||||
@@ -59,7 +59,7 @@ type ImportConfig = {
|
|||||||
) => Promise<ImportResult>;
|
) => Promise<ImportResult>;
|
||||||
};
|
};
|
||||||
|
|
||||||
const DISCORD_URL = 'https://discord.gg/whd5mjYqVw';
|
const DISCORD_URL = 'https://discord.gg/Yjf5VFEn';
|
||||||
|
|
||||||
const importOptions = [
|
const importOptions = [
|
||||||
{
|
{
|
||||||
@@ -305,7 +305,7 @@ const ImportOptions = ({
|
|||||||
{t['com.affine.import.modal.tip']()}{' '}
|
{t['com.affine.import.modal.tip']()}{' '}
|
||||||
<a
|
<a
|
||||||
className={style.link}
|
className={style.link}
|
||||||
href="https://discord.gg/whd5mjYqVw"
|
href="https://discord.gg/Yjf5VFEn"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ export const relatedLinks = [
|
|||||||
{
|
{
|
||||||
icon: <DiscordIcon />,
|
icon: <DiscordIcon />,
|
||||||
title: 'Discord',
|
title: 'Discord',
|
||||||
link: 'https://discord.gg/whd5mjYqVw',
|
link: 'https://discord.gg/Yjf5VFEn',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: <YouTubeIcon />,
|
icon: <YouTubeIcon />,
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ const FeedbackIcon = ({ type }: { type: Flag['feedbackType'] }) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const feedbackLink: Record<NonNullable<Flag['feedbackType']>, string> = {
|
const feedbackLink: Record<NonNullable<Flag['feedbackType']>, string> = {
|
||||||
discord: 'https://discord.gg/whd5mjYqVw',
|
discord: 'https://discord.gg/Yjf5VFEn',
|
||||||
email: 'mailto:support@toeverything.info',
|
email: 'mailto:support@toeverything.info',
|
||||||
github: 'https://github.com/toeverything/AFFiNE/issues',
|
github: 'https://github.com/toeverything/AFFiNE/issues',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user