mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-07 04:22:09 +00:00
Fix icons
This commit is contained in:
@@ -17,13 +17,18 @@
|
|||||||
angular: 'icon-angular',
|
angular: 'icon-angular',
|
||||||
svelte: 'icon-svelte',
|
svelte: 'icon-svelte',
|
||||||
sveltekit: 'icon-svelte',
|
sveltekit: 'icon-svelte',
|
||||||
|
'sveltekit ssr': 'icon-svelte',
|
||||||
android: 'icon-android',
|
android: 'icon-android',
|
||||||
apple: 'icon-apple',
|
apple: 'icon-apple',
|
||||||
flutter: 'icon-flutter',
|
flutter: 'icon-flutter',
|
||||||
nuxt: 'icon-nuxt',
|
nuxt: 'icon-nuxt',
|
||||||
|
'nuxt ssr': 'icon-nuxt',
|
||||||
stripe: 'icon-stripe',
|
stripe: 'icon-stripe',
|
||||||
refine: 'aw-icon-refine',
|
refine: 'aw-icon-refine',
|
||||||
'next.js': 'icon-nextjs'
|
'next.js': 'icon-nextjs',
|
||||||
|
'next.js ssr': 'icon-nextjs',
|
||||||
|
astro: 'icon-astro',
|
||||||
|
'astro ssr': 'icon-astro'
|
||||||
};
|
};
|
||||||
|
|
||||||
const getIcon = (tutorial: MappedTutorial) => {
|
const getIcon = (tutorial: MappedTutorial) => {
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ description: Add SSR authentication to your Astro app with Appwrite
|
|||||||
step: 1
|
step: 1
|
||||||
difficulty: beginner
|
difficulty: beginner
|
||||||
readtime: 20
|
readtime: 20
|
||||||
framework: Astro
|
framework: Astro SSR
|
||||||
category: Auth
|
category: Auth
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ description: Add SSR authentication to your Next.js app with Appwrite
|
|||||||
step: 1
|
step: 1
|
||||||
difficulty: beginner
|
difficulty: beginner
|
||||||
readtime: 20
|
readtime: 20
|
||||||
framework: Next.js
|
framework: Next.js SSR
|
||||||
category: Auth
|
category: Auth
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ description: Add SSR authentication to your Nuxt app with Appwrite
|
|||||||
step: 1
|
step: 1
|
||||||
difficulty: beginner
|
difficulty: beginner
|
||||||
readtime: 20
|
readtime: 20
|
||||||
framework: Nuxt
|
framework: Nuxt SSR
|
||||||
category: Auth
|
category: Auth
|
||||||
---
|
---
|
||||||
|
|
||||||
Appwrite takes away the stress of building and maintaining a backend. Appwrite helps implement authentication, databases, file storage, and respond to real-time events with **secure** APIs out of the box.
|
Appwrite takes away the stress of building and maintaining a backend. Appwrite helps implement authentication, databases, file storage, and respond to real-time events with **secure** APIs out of the box.
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ description: Add SSR authentication to your SvelteKit app with Appwrite
|
|||||||
step: 1
|
step: 1
|
||||||
difficulty: beginner
|
difficulty: beginner
|
||||||
readtime: 20
|
readtime: 20
|
||||||
framework: SvelteKit
|
framework: SvelteKit SSR
|
||||||
category: Auth
|
category: Auth
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user