Skip to content

Commit

Permalink
update button spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
thejessewinton committed Nov 5, 2024
1 parent 2232b24 commit cbc6afc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/routes/products/auth/(components)/SSR.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@ async function getLoggedInUser(request) {
<h2 class="text-title text-primary font-aeonik-pro my-4">
Server-side rendering <br /> made simple
</h2>
<p class="text-body text-secondary mb-6 font-medium">
<p class="text-body text-secondary font-medium">
Optimize your auth with Appwrite's server-side SDK, enhancing your application's
performance without sacrificing functionality. Start with our ready-to-ship
snippets, or follow our quick starts for your favorite framework.
</p>

<ul class="mt-6 flex gap-4">
<ul class="mt-8 flex gap-4">
{#each platforms as platform}
<Tooltip>
<li>
Expand All @@ -173,7 +173,7 @@ async function getLoggedInUser(request) {
</Tooltip>
{/each}
</ul>
<a href={PUBLIC_APPWRITE_DASHBOARD} class="web-button is-secondary mt-6">Learn more</a>
<a href={PUBLIC_APPWRITE_DASHBOARD} class="web-button is-secondary mt-8">Learn more</a>
</div>

<MultiFrameworkCode data={codeSnippets} selected={Framework.NextJs} />
Expand Down

0 comments on commit cbc6afc

Please sign in to comment.