Fix icons

This commit is contained in:
Vincent (Wen Yu) Ge
2024-02-12 11:39:53 -05:00
parent cc3b4fbfeb
commit ed94383b13
5 changed files with 11 additions and 6 deletions

View File

@@ -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) => {

View File

@@ -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
--- ---

View File

@@ -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
--- ---

View File

@@ -5,7 +5,7 @@ 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
--- ---

View File

@@ -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
--- ---