Просмотр исходного кода

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

Matej Minar 4 лет назад
Родитель
Сommit
7c4c2834f4
1 измененных файлов с 2 добавлено и 0 удалено
  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',