Skip to content

Commit 0da8fc3

Browse files
committed
chore: trigger ci
1 parent 89f667c commit 0da8fc3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.gitpod.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart
6+
7+
tasks:
8+
- init: npm install && npm run build
9+
command: npm run dev

src/routes/console/project-[project]/overview/onboard.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<section class="common-section grid-1-2">
9999
<div class="grid-1-2-col-1">
100100
<h3 class="heading-level-7">Integrate With Your Server</h3>
101-
<p class="u-line-height-1-5 u-margin-block-start-16">
101+
<p class="u-line-height-1-5 u-margin-block-start-16">
102102
Appwrite is designed to adapt to your existing backend. Integrate Appwrite with your
103103
backend code base using Server SDKs or Webhooks.
104104
</p>

0 commit comments

Comments
 (0)