Skip to content

Commit

Permalink
Fix: typo for...android platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Mataga Believe authored Jan 12, 2024
1 parent 37bb938 commit 10b40c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PlatformIconList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { IconType } from 'react-icons';
const iconMap: { [key: string]: IconType } = {
nintendo: SiNintendo,
ios: MdPhoneIphone,
androdi: FaAndroid,
android: FaAndroid,
linux: FaLinux,
xbox: FaXbox,
playstation: FaPlaystation,
Expand Down

0 comments on commit 10b40c3

Please sign in to comment.