fix: Docs button in create site repository connection modal

This commit is contained in:
Your Name
2025-11-27 22:00:42 +05:30
parent 4ec08c195f
commit 75992fd146
@@ -66,7 +66,10 @@
</Typography.Text>
</Layout.Stack>
<Layout.Stack gap="s" direction="row">
<Button href="#" secondary>Docs</Button>
<Button
href="https://appwrite.io/docs/products/sites/deploy-from-git"
external
secondary>Docs</Button>
<Button
href={`https://github.com/${data.installations.installations[0].organization}`}
text>Go to GitHub</Button>