mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: spacing
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
<p class="text u-line-height-1-5">Create your first database to get started</p>
|
||||
<p class="text u-line-height-1-5">Need a hand? Check out our documentation.</p>
|
||||
</div>
|
||||
<div class="u-flex u-gap-12">
|
||||
<div class="u-flex u-gap-16">
|
||||
<Button external href="https://appwrite.io/docs/databases" text>
|
||||
Documentation
|
||||
</Button>
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
<p class="text u-line-height-1-5">Create your first function to get started</p>
|
||||
<p class="text u-line-height-1-5">Need a hand? Check out our documentation.</p>
|
||||
</div>
|
||||
<div class="u-flex u-gap-12">
|
||||
<div class="u-flex u-gap-16">
|
||||
<Button href="https://appwrite.io/docs/functions" external text>
|
||||
Documentation
|
||||
</Button>
|
||||
|
||||
+1
-1
@@ -243,7 +243,7 @@
|
||||
</p>
|
||||
<p class="text u-line-height-1-5">Need a hand? Check out our documentation.</p>
|
||||
</div>
|
||||
<div class="u-flex u-gap-12">
|
||||
<div class="u-flex u-gap-16">
|
||||
<Button text external href="https://appwrite.io/docs/functions#createFunction">
|
||||
Documentation
|
||||
</Button>
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
</p>
|
||||
<p class="text u-line-height-1-5">Check out our documentation.</p>
|
||||
</div>
|
||||
<div class="u-flex u-gap-12 common-section">
|
||||
<div class="u-flex u-gap-16 common-section">
|
||||
<Button text href="https://appwrite.io/docs/webhooks">Documentation</Button>
|
||||
<Button secondary on:click={openWizard}>
|
||||
<span class="text">Create Webhook</span>
|
||||
|
||||
@@ -96,7 +96,7 @@
|
||||
<p class="text u-line-height-1-5">Create your first bucket to get started</p>
|
||||
<p class="text u-line-height-1-5">Need a hand? Check out our documentation.</p>
|
||||
</div>
|
||||
<div class="u-flex u-gap-12">
|
||||
<div class="u-flex u-gap-16">
|
||||
<Button external href="https://appwrite.io/docs/storage" text>Documentation</Button>
|
||||
<Button secondary on:click={() => (showCreate = true)}>Create bucket</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user