File tree Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Expand file tree Collapse file tree 2 files changed +4
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
import Image from 'next/image' ;
2
2
import ActixSVG from 'platformicons/svg/actix.svg' ;
3
3
import AiohttpSVG from 'platformicons/svg/aiohttp.svg' ;
4
- import AndroidSVG from 'platformicons/svg/android.svg' ;
5
4
import AngularjsSVG from 'platformicons/svg/angularjs.svg' ;
6
5
import AnthropicSVG from 'platformicons/svg/anthropic.svg' ;
7
6
import ApacheairflowSVG from 'platformicons/svg/apache-airflow.svg' ;
@@ -96,7 +95,6 @@ import PhpSVG from 'platformicons/svg/php.svg';
96
95
import PostgresqlSVG from 'platformicons/svg/postgresql.svg' ;
97
96
import PowershellSVG from 'platformicons/svg/powershell.svg' ;
98
97
import PyramidSVG from 'platformicons/svg/pyramid.svg' ;
99
- import PythonSVG from 'platformicons/svg/python.svg' ;
100
98
import QtSVG from 'platformicons/svg/qt.svg' ;
101
99
import QuartSVG from 'platformicons/svg/quart.svg' ;
102
100
import RailsSVG from 'platformicons/svg/rails.svg' ;
@@ -290,7 +288,8 @@ const formatToSVG = {
290
288
lg : AiohttpSVGLarge ,
291
289
} ,
292
290
android : {
293
- sm : AndroidSVG ,
291
+ // todo: switch to small icon https://github.com/getsentry/platformicons/issues/200
292
+ sm : AndroidSVGLarge ,
294
293
lg : AndroidSVGLarge ,
295
294
} ,
296
295
angularjs : {
@@ -666,7 +665,8 @@ const formatToSVG = {
666
665
lg : PyramidSVGLarge ,
667
666
} ,
668
667
python : {
669
- sm : PythonSVG ,
668
+ // todo: switch to small icon https://github.com/getsentry/platformicons/issues/199
669
+ sm : PythonSVGLarge ,
670
670
lg : PythonSVGLarge ,
671
671
} ,
672
672
qt : {
You can’t perform that action at this time.
0 commit comments