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

@@ -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',
};