mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
chore: fix github capitalisation (#297)
This commit is contained in:
@@ -17,7 +17,7 @@ export function BetaNotice() {
|
||||
href="https://github.com/better-auth/better-auth/issues"
|
||||
>
|
||||
{" "}
|
||||
Github.
|
||||
GitHub.
|
||||
</Link>{" "}
|
||||
</Banner>
|
||||
);
|
||||
|
||||
@@ -90,7 +90,7 @@ export default function Features({ stars }: { stars: string | null }) {
|
||||
</div>
|
||||
</div>
|
||||
<p className="text-left text-sm mt-2 text-muted-foreground">
|
||||
Allow users to sign in with their accounts, including Github,
|
||||
Allow users to sign in with their accounts, including GitHub,
|
||||
Google, Discord, Twitter, and more.{" "}
|
||||
<a className="text-gray-50" href="#" target="_blank">
|
||||
Learn more
|
||||
|
||||
@@ -420,7 +420,7 @@ export const contents: Content[] = [
|
||||
),
|
||||
},
|
||||
{
|
||||
title: "Github",
|
||||
title: "GitHub",
|
||||
href: "/docs/authentication/github",
|
||||
icon: () => (
|
||||
<svg
|
||||
|
||||
Reference in New Issue
Block a user