mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 20:37:44 +00:00
chore: update discord link
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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>
|
||||||
·
|
·
|
||||||
|
|||||||
@@ -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"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -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"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -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"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user