Update GitHub link

This commit is contained in:
Stan Wohlwend 2024-05-12 20:43:40 +02:00
parent dec622ed9e
commit 8c3e9ca05f
2 changed files with 3 additions and 3 deletions

View File

@ -78,7 +78,7 @@ const config = {
label: "Documentation",
},
{
href: "https://github.com/stackframe-projects/stack",
href: "https://github.com/stack-auth/stack",
label: "GitHub",
position: "right",
},

View File

@ -15,7 +15,7 @@ export default function Footer () {
{[
{ href: "https://discord.stack-auth.com/", icon: FaDiscord },
{ href: "https://www.linkedin.com/company/stackframe-inc", icon: FaLinkedin },
{ href: "https://github.com/stackframe-projects/stack", icon: FaGithub },
{ href: "https://github.com/stack-auth/stack", icon: FaGithub },
].map(({ href, icon: Icon }) => (
<li key={href}>
<Link href={href}>
@ -44,4 +44,4 @@ export default function Footer () {
</div>
</footer>
);
}
}