mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-10 04:19:32 +00:00
fix: update Discord link to use the correct invite URL in blogs section
This commit is contained in:
@@ -103,7 +103,7 @@ export default async function Page({
|
|||||||
GitHub
|
GitHub
|
||||||
</IconLink>
|
</IconLink>
|
||||||
<IconLink
|
<IconLink
|
||||||
href="https://discord.com/better-auth"
|
href="https://discord.gg/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"
|
||||||
>
|
>
|
||||||
|
|||||||
@@ -40,7 +40,7 @@ export async function BlogPage() {
|
|||||||
GitHub
|
GitHub
|
||||||
</IconLink>
|
</IconLink>
|
||||||
<IconLink
|
<IconLink
|
||||||
href="https://discord.com/better-auth"
|
href="https://discord.gg/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.com/better-auth"
|
href="https://discord.gg/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.com/better-auth"
|
href="https://discord.gg/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"
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user