mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
chore: adjust discord link (#10645)
This commit is contained in:
@@ -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"
|
||||
>
|
||||
|
||||
@@ -21,7 +21,7 @@ export const relatedLinks = [
|
||||
{
|
||||
icon: <DiscordIcon />,
|
||||
title: 'Discord',
|
||||
link: 'https://discord.gg/whd5mjYqVw',
|
||||
link: 'https://discord.gg/Yjf5VFEn',
|
||||
},
|
||||
{
|
||||
icon: <YouTubeIcon />,
|
||||
|
||||
@@ -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',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user