Merge branch 'main' into feat-improve-code-fence

This commit is contained in:
Vincent (Wen Yu) Ge
2024-04-11 22:04:27 -04:00
28 changed files with 250 additions and 60 deletions

View File

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