Skip to content

Commit

Permalink
fix(view): server image not shown on firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
MauriceNino committed Jun 9, 2022
1 parent 6172e8f commit adb6607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/view/src/widgets/server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ const SFontAwesomeIcon = styled(FontAwesomeIcon)`
transform: translate(-50%, -50%);
font-size: 17rem;
opacity: 0.05;
z-index: -5;
pointer-events: none;
`;

const ServerIcon: FC<{ os: string } & Omit<FontAwesomeIconProps, 'icon'>> = ({
Expand Down

0 comments on commit adb6607

Please sign in to comment.