mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Update GitHub link
This commit is contained in:
parent
dec622ed9e
commit
8c3e9ca05f
@ -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",
|
||||
},
|
||||
|
||||
@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user