mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: installation copy
This commit is contained in:
@@ -19,13 +19,13 @@
|
||||
</script>
|
||||
|
||||
<Modal headerDivider={false} bind:show={showGitInstall} size="big">
|
||||
<svelte:fragment slot="header">Connect to Git</svelte:fragment>
|
||||
<svelte:fragment slot="header">Install</svelte:fragment>
|
||||
<p>Select a provider to import an existing git repositories.</p>
|
||||
|
||||
<div class="u-flex u-cross-center u-flex-vertical u-gap-16">
|
||||
<Button on:click={connectGitHub} fullWidth secondary>
|
||||
<span class="icon-github" aria-hidden="true" />
|
||||
<span class="text">Continue with GitHub</span>
|
||||
<span class="text">GitHub</span>
|
||||
</Button>
|
||||
<Button disabled fullWidth secondary>
|
||||
<span class="icon-gitlab" aria-hidden="true" />
|
||||
|
||||
Reference in New Issue
Block a user