Skip to content

Commit

Permalink
Merge pull request #868 from appwrite/react-native
Browse files Browse the repository at this point in the history
Use react icon for react native
  • Loading branch information
ArmanNik authored Apr 8, 2024
2 parents 21f72b9 + f92c229 commit 823db2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/docs/quick-starts/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
quickStarts: [
{
title: 'React Native',
icon: 'icon-react-native',
icon: 'icon-react',
image: '/images/blog/placeholder.png',
href: 'react-native'
},
Expand Down
1 change: 1 addition & 0 deletions src/routes/docs/tutorials/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
type MappedTutorial = (typeof data.tutorials)[number];
const iconMap: Record<string, string> = {
'react native': 'icon-react',
react: 'icon-react',
vue: 'web-icon-vue',
angular: 'icon-angular',
Expand Down

0 comments on commit 823db2c

Please sign in to comment.