Skip to content

Commit

Permalink
Bump pink icons, add react native icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent (Wen Yu) Ge committed Apr 9, 2024
1 parent abc6fdc commit a22f073
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"devDependencies": {
"@appwrite.io/console": "^0.4.2",
"@appwrite.io/pink": "0.1.0-next.9",
"@appwrite.io/pink-icons": "0.1.0-next.9",
"@appwrite.io/pink-icons": "0.9.0",
"@appwrite.io/repo": "github:appwrite/appwrite#main",
"@melt-ui/pp": "^0.3.0",
"@melt-ui/svelte": "^0.74.3",
Expand Down
8 changes: 6 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/lib/components/Technologies.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@
href: '/docs/quick-starts/android',
image: `/images/platforms/${$themeInUse}/android.svg`
},
{
name: 'React Native',
href: '/docs/quick-starts/react-native',
image: `/images/platforms/${$themeInUse}/react-native.svg`
},
] as Array<{
name: string;
Expand Down
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',
icon: 'icon-react-native',
image: '/images/blog/placeholder.png',
href: 'react-native'
},
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 @@ -12,7 +12,7 @@
type MappedTutorial = (typeof data.tutorials)[number];
const iconMap: Record<string, string> = {
'react native': 'icon-react',
'react native': 'icon-react-native',
react: 'icon-react',
vue: 'web-icon-vue',
angular: 'icon-angular',
Expand Down
4 changes: 4 additions & 0 deletions static/images/platforms/dark/react-native.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions static/images/platforms/light/react-native.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a22f073

Please sign in to comment.