Skip to content
15 changes: 5 additions & 10 deletions src/routes/docs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,44 +16,39 @@
{
href: '/docs/tutorials/react',
cover: {
src: '/images/tutorials/react.png',
alt: 'react logo'
src: '/images/tutorials/react.png'
},
title: 'React tutorial',
description: 'Learn Appwrite Auth, Databases, and more with React.'
},
{
href: '/docs/tutorials/sveltekit',
cover: {
src: '/images/tutorials/svelte.png',
alt: 'svelte logo'
src: '/images/tutorials/svelte.png'
},
title: 'SvelteKit tutorial',
description: 'Learn Appwrite Auth, Databases, and more with SvelteKit.'
},
{
href: '/docs/tutorials/vue',
cover: {
src: '/images/tutorials/vue.png',
alt: 'Vue logo'
src: '/images/tutorials/vue.png'
},
title: 'Vue tutorial',
description: 'Learn Appwrite Auth, Databases, and more with Vue.'
},
{
href: '/docs/tutorials/android',
cover: {
src: '/images/tutorials/android.png',
alt: 'Android logo'
src: '/images/tutorials/android.png'
},
title: 'Android tutorial',
description: 'Learn Appwrite Auth, Databases, and more with Android.'
},
{
href: '/docs/tutorials/flutter',
cover: {
src: '/images/tutorials/flutter.png',
alt: 'Flutter logo'
src: '/images/tutorials/flutter.png'
},
title: 'Flutter tutorial',
description: 'Learn Appwrite Auth, Databases, and more with Flutter.'
Expand Down
1 change: 0 additions & 1 deletion src/routes/docs/CodeCard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
href: string;
cover: {
src: string;
alt: string;
};
title: string;
description: string;
Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/tutorials/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<li class="is-mobile-col-span-2">
<a href="/docs/tutorials/vue" class="aw-card is-normal">
<header class="u-flex u-cross-center u-gap-4">
<img src="/images/platforms/{$themeInUse}/vue.svg" alt="" />
<img src="/images/platforms/{$themeInUse}/vue.svg" />
<h4 class="aw-sub-body-500 aw-u-color-text-primary">Vue</h4>
</header>
<p class="aw-sub-body-400 u-margin-block-start-4">
Expand Down