chore: update discord link

This commit is contained in:
Bereket Engida
2025-04-05 11:40:41 +03:00
parent 24214a9520
commit 84bcc4ac09
7 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Is this suited for github? label: Is this suited for github?
description: Feel free to join the discord community [here](https://discord.gg/GYC3W7tZzb), we can usually respond faster to any questions. description: Feel free to join the discord community [here](https://discord.gg/better-auth), we can usually respond faster to any questions.
options: options:
- label: Yes, this is suited for github - label: Yes, this is suited for github
- type: markdown - type: markdown

View File

@@ -4,7 +4,7 @@ body:
- type: checkboxes - type: checkboxes
attributes: attributes:
label: Is this suited for github? label: Is this suited for github?
description: Feel free to join the discord community [here](https://discord.gg/GYC3W7tZzb), we can usually respond faster to any questions. description: Feel free to join the discord community [here](https://discord.gg/better-auth), we can usually respond faster to any questions.
options: options:
- label: Yes, this is suited for github - label: Yes, this is suited for github
- type: markdown - type: markdown

View File

@@ -14,7 +14,7 @@
<a href="https://better-auth.com"><strong>Learn more »</strong></a> <a href="https://better-auth.com"><strong>Learn more »</strong></a>
<br /> <br />
<br /> <br />
<a href="https://discord.com/invite/GYC3W7tZzb">Discord</a> <a href="https://discord.gg/better-auth">Discord</a>
· ·
<a href="https://better-auth.com">Website</a> <a href="https://better-auth.com">Website</a>
· ·

View File

@@ -79,7 +79,7 @@ export default async function Page({
GitHub GitHub
</IconLink> </IconLink>
<IconLink <IconLink
href="https://discord.gg/GYC3W7tZzb" href="https://discord.com/better-auth"
icon={DiscordLogoIcon} icon={DiscordLogoIcon}
className="flex-none text-gray-600 dark:text-gray-300" className="flex-none text-gray-600 dark:text-gray-300"
> >

View File

@@ -69,7 +69,7 @@ export function Intro() {
GitHub GitHub
</IconLink> </IconLink>
<IconLink <IconLink
href="https://discord.gg/GYC3W7tZzb" href="https://discord.com/better-auth"
icon={DiscordLogoIcon} icon={DiscordLogoIcon}
className="flex-none text-gray-600 dark:text-gray-300" className="flex-none text-gray-600 dark:text-gray-300"
> >

View File

@@ -97,7 +97,7 @@ const ChangelogPage = async () => {
GitHub GitHub
</IconLink> </IconLink>
<IconLink <IconLink
href="https://discord.gg/GYC3W7tZzb" href="https://discord.com/better-auth"
icon={DiscordLogoIcon} icon={DiscordLogoIcon}
className="flex-none text-gray-600 dark:text-gray-300" className="flex-none text-gray-600 dark:text-gray-300"
> >

View File

@@ -78,8 +78,8 @@ export default function V1Ship() {
If you were using Better Auth for production, we recommend updating If you were using Better Auth for production, we recommend updating
to V1 as soon as possible. There are some breaking changes, feel to V1 as soon as possible. There are some breaking changes, feel
free to join us on{" "} free to join us on{" "}
<Link href="https://discord.gg/GYC3W7tZzb">Discord</Link>, and we'll <Link href="https://discord.com/better-auth">Discord</Link>, and
gladly assist. we'll gladly assist.
</p> </p>
</div> </div>
</div> </div>