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 11import Image from 'next/image' ;
22import ActixSVG from 'platformicons/svg/actix.svg' ;
33import AiohttpSVG from 'platformicons/svg/aiohttp.svg' ;
4- import AndroidSVG from 'platformicons/svg/android.svg' ;
54import AngularjsSVG from 'platformicons/svg/angularjs.svg' ;
65import AnthropicSVG from 'platformicons/svg/anthropic.svg' ;
76import ApacheairflowSVG from 'platformicons/svg/apache-airflow.svg' ;
@@ -96,7 +95,6 @@ import PhpSVG from 'platformicons/svg/php.svg';
9695import PostgresqlSVG from 'platformicons/svg/postgresql.svg' ;
9796import PowershellSVG from 'platformicons/svg/powershell.svg' ;
9897import PyramidSVG from 'platformicons/svg/pyramid.svg' ;
99- import PythonSVG from 'platformicons/svg/python.svg' ;
10098import QtSVG from 'platformicons/svg/qt.svg' ;
10199import QuartSVG from 'platformicons/svg/quart.svg' ;
102100import RailsSVG from 'platformicons/svg/rails.svg' ;
@@ -290,7 +288,8 @@ const formatToSVG = {
290288 lg : AiohttpSVGLarge ,
291289 } ,
292290 android : {
293- sm : AndroidSVG ,
291+ // todo: switch to small icon https://github.com/getsentry/platformicons/issues/200
292+ sm : AndroidSVGLarge ,
294293 lg : AndroidSVGLarge ,
295294 } ,
296295 angularjs : {
@@ -666,7 +665,8 @@ const formatToSVG = {
666665 lg : PyramidSVGLarge ,
667666 } ,
668667 python : {
669- sm : PythonSVG ,
668+ // todo: switch to small icon https://github.com/getsentry/platformicons/issues/199
669+ sm : PythonSVGLarge ,
670670 lg : PythonSVGLarge ,
671671 } ,
672672 qt : {
You can’t perform that action at this time.
0 commit comments