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',
|
||||
svelte: 'icon-svelte',
|
||||
sveltekit: 'icon-svelte',
|
||||
'sveltekit ssr': 'icon-svelte',
|
||||
android: 'icon-android',
|
||||
apple: 'icon-apple',
|
||||
flutter: 'icon-flutter',
|
||||
nuxt: 'icon-nuxt',
|
||||
'nuxt ssr': 'icon-nuxt',
|
||||
stripe: 'icon-stripe',
|
||||
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) => {
|
||||
|
||||
@@ -5,7 +5,7 @@ description: Add SSR authentication to your Astro app with Appwrite
|
||||
step: 1
|
||||
difficulty: beginner
|
||||
readtime: 20
|
||||
framework: Astro
|
||||
framework: Astro SSR
|
||||
category: Auth
|
||||
---
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ description: Add SSR authentication to your Next.js app with Appwrite
|
||||
step: 1
|
||||
difficulty: beginner
|
||||
readtime: 20
|
||||
framework: Next.js
|
||||
framework: Next.js SSR
|
||||
category: Auth
|
||||
---
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ description: Add SSR authentication to your Nuxt app with Appwrite
|
||||
step: 1
|
||||
difficulty: beginner
|
||||
readtime: 20
|
||||
framework: Nuxt
|
||||
framework: Nuxt SSR
|
||||
category: Auth
|
||||
---
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ description: Add SSR authentication to your SvelteKit app with Appwrite
|
||||
step: 1
|
||||
difficulty: beginner
|
||||
readtime: 20
|
||||
framework: SvelteKit
|
||||
framework: SvelteKit SSR
|
||||
category: Auth
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user