|
28 | 28 |
|
29 | 29 | <script lang="ts">
|
30 | 30 | import { base } from '$app/paths';
|
31 |
| - import { AvatarGroup, Box, Heading } from '$lib/components'; |
| 31 | + import { AvatarGroup, Box } from '$lib/components'; |
32 | 32 | import { app } from '$lib/stores/app';
|
33 | 33 | import { wizard } from '$lib/stores/wizard';
|
34 | 34 | import { repository, templateConfig, template as templateStore } from './store';
|
|
44 | 44 | import { isSelfHosted } from '$lib/system';
|
45 | 45 | import { consoleVariables } from '$routes/(console)/store';
|
46 | 46 | import { featuredTemplatesList, starterTemplate } from '$lib/stores/templates';
|
47 |
| - import { Tooltip } from '@appwrite.io/pink-svelte'; |
| 47 | + import { Tooltip, Typography } from '@appwrite.io/pink-svelte'; |
48 | 48 | import { IconDeno, IconDotnet } from '@appwrite.io/pink-icons-svelte';
|
49 | 49 |
|
50 | 50 | const isVcsEnabled = $consoleVariables?._APP_VCS_ENABLED === true;
|
|
66 | 66 | <div class="git-container u-position-relative">
|
67 | 67 | <div class="grid-1-1 u-gap-24">
|
68 | 68 | <div class="card u-cross-child-start u-height-100-percent">
|
69 |
| - <Heading size="6" tag="h6">Connect Git repository</Heading> |
| 69 | + <Typography.Title>Connect Git repository</Typography.Title> |
70 | 70 | <p class="u-margin-block-start-8">
|
71 | 71 | Create and deploy a function with a connected git repository.
|
72 | 72 | </p>
|
|
87 | 87 | style="border-radius: var(--border-radius-medium)">
|
88 | 88 | <div
|
89 | 89 | class="u-flex-vertical u-height-100-percent u-main-center u-cross-center u-gap-16 u-padding-inline-24">
|
90 |
| - <Heading size="7" tag="h6" trimmed={false}> |
| 90 | + <Typography.Title size="s"> |
91 | 91 | Connect your self-hosted instance to Git
|
92 |
| - </Heading> |
| 92 | + </Typography.Title> |
93 | 93 | <p>
|
94 | 94 | Configure your self-hosted instance to connect your function to
|
95 | 95 | a Git repository.
|
|
107 | 107 |
|
108 | 108 | <div class="card u-height-100-percent">
|
109 | 109 | <section class="common-section">
|
110 |
| - <Heading size="6" tag="h6">Quick start</Heading> |
| 110 | + <Typography.Title size="s">Quick start</Typography.Title> |
111 | 111 | <p class="u-margin-block-start-8">Use a starter template.</p>
|
112 | 112 | <ul
|
113 | 113 | class="grid-box u-margin-block-start-16"
|
|
197 | 197 | </Button>
|
198 | 198 | <div class="u-sep-block-start common-section" />
|
199 | 199 | <section class="common-section">
|
200 |
| - <Heading size="6" tag="h6">Templates</Heading> |
| 200 | + <Typography.Title size="s">Templates</Typography.Title> |
201 | 201 | <p class="text u-margin-block-start-8">
|
202 | 202 | Find the right template for your use case.
|
203 | 203 | </p>
|
|
0 commit comments