Skip to content

Commit

Permalink
fix: use correct icon names in sync screen
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Jun 14, 2022
1 parent 4996bc9 commit 5d11b92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/frontend/sharedComponents/icons/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export const CellphoneIcon = ({
}: FontIconProps) => (
<MaterialCommunityIcon
color={color}
name="cellphone-android"
name="cellphone"
size={size}
style={style}
/>
Expand All @@ -53,7 +53,7 @@ export const LaptopIcon = ({
}: FontIconProps) => (
<MaterialCommunityIcon
color={color}
name="laptop-windows"
name="laptop"
size={size}
style={style}
/>
Expand Down

0 comments on commit 5d11b92

Please sign in to comment.