Browse Source

feat(ui): Add ios/macos platformicon (#20837)

Matej Minar 4 years ago
parent
commit
7c4c2834f4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/sentry/static/sentry/app/components/platformIcon.tsx

+ 2 - 0
src/sentry/static/sentry/app/components/platformIcon.tsx

@@ -3,6 +3,8 @@ import styled from '@emotion/styled';
 
 const PLATFORM_TO_ICON = {
   apple: 'apple',
+  'apple-ios': 'apple',
+  'apple-macos': 'apple',
   cocoa: 'apple',
   'cocoa-objc': 'apple',
   'cocoa-swift': 'swift',