chore: adjust discord link (#10645)

This commit is contained in:
JimmFly
2025-03-06 04:08:25 +00:00
parent 7e61a0b2fc
commit edd37b5d54
4 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@
<div align="center">
<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://affine.pro/blog/">Blog</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
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

View File

@@ -59,7 +59,7 @@ type ImportConfig = {
) => Promise<ImportResult>;
};
const DISCORD_URL = 'https://discord.gg/whd5mjYqVw';
const DISCORD_URL = 'https://discord.gg/Yjf5VFEn';
const importOptions = [
{
@@ -305,7 +305,7 @@ const ImportOptions = ({
{t['com.affine.import.modal.tip']()}{' '}
<a
className={style.link}
href="https://discord.gg/whd5mjYqVw"
href="https://discord.gg/Yjf5VFEn"
target="_blank"
rel="noreferrer"
>

View File

@@ -21,7 +21,7 @@ export const relatedLinks = [
{
icon: <DiscordIcon />,
title: 'Discord',
link: 'https://discord.gg/whd5mjYqVw',
link: 'https://discord.gg/Yjf5VFEn',
},
{
icon: <YouTubeIcon />,

View File

@@ -100,7 +100,7 @@ const FeedbackIcon = ({ type }: { type: Flag['feedbackType'] }) => {
};
const feedbackLink: Record<NonNullable<Flag['feedbackType']>, string> = {
discord: 'https://discord.gg/whd5mjYqVw',
discord: 'https://discord.gg/Yjf5VFEn',
email: 'mailto:support@toeverything.info',
github: 'https://github.com/toeverything/AFFiNE/issues',
};