mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 20:37:44 +00:00
docs: move example to stackblitz
This commit is contained in:
@@ -9,7 +9,7 @@ export function ForkButton({ url }: { url: string }) {
|
||||
<Link href={`https://codesandbox.io/p/github/${url}`} target="_blank">
|
||||
<Button className="gap-2" variant="outline" size="sm">
|
||||
<ExternalLink size={12} />
|
||||
Fork
|
||||
Open in Stackblitz
|
||||
</Button>
|
||||
</Link>
|
||||
<Link href={`https://github.com/${url}`} target="_blank">
|
||||
|
||||
Reference in New Issue
Block a user