Skip to content

Commit

Permalink
Update DashboardFeatureWrapper.tsx (#1498)
Browse files Browse the repository at this point in the history
rotate vibration true icon
  • Loading branch information
xrust83 committed Jun 19, 2022
1 parent 4dd88c1 commit 92177f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dashboard-page/DashboardFeatureWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const getGenericFeatureIcon = (name: string, value: unknown): string => {
classes.push(cx({ 'fa-beat-fade text-primary': value }))
break;
case 'vibration':
classes.push(cx({ 'fa-shake text-primary': value }))
classes.push(cx({ 'fa-shake fa-rotate-270 text-primary': value }))
break;
default:
break;
Expand Down

0 comments on commit 92177f6

Please sign in to comment.