File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ import MongodbSVG from 'platformicons/svg/mongodb.svg';
8282import NativecSVG from 'platformicons/svg/nativec.svg' ;
8383import NextjsSVG from 'platformicons/svg/nextjs.svg' ;
8484import NodejsSVG from 'platformicons/svg/nodejs.svg' ;
85+ import OpenaiSVG from 'platformicons/svg/openai.svg' ;
8586import PerlSVG from 'platformicons/svg/perl.svg' ;
8687import PhpSVG from 'platformicons/svg/php.svg' ;
8788import PostgresqlSVG from 'platformicons/svg/postgresql.svg' ;
@@ -209,6 +210,7 @@ import MongodbSVGLarge from 'platformicons/svg_80x80/mongodb.svg';
209210import NativecSVGLarge from 'platformicons/svg_80x80/nativec.svg' ;
210211import NextjsSVGLarge from 'platformicons/svg_80x80/nextjs.svg' ;
211212import NodejsSVGLarge from 'platformicons/svg_80x80/nodejs.svg' ;
213+ import OpenaiSVGLarge from 'platformicons/svg_80x80/openai.svg' ;
212214import PerlSVGLarge from 'platformicons/svg_80x80/perl.svg' ;
213215import PhpSVGLarge from 'platformicons/svg_80x80/php.svg' ;
214216import PostgresqlSVGLarge from 'platformicons/svg_80x80/postgresql.svg' ;
@@ -587,6 +589,10 @@ const formatToSVG = {
587589 sm : NodejsSVG ,
588590 lg : NodejsSVGLarge ,
589591 } ,
592+ openai : {
593+ sm : OpenaiSVG ,
594+ lg : OpenaiSVGLarge ,
595+ } ,
590596 perl : {
591597 sm : PerlSVG ,
592598 lg : PerlSVGLarge ,
@@ -853,6 +859,7 @@ export const PLATFORM_TO_ICON = {
853859 linux : 'linux' ,
854860 native : 'nativec' ,
855861 'native-qt' : 'qt' ,
862+ openai : 'openai' ,
856863 perl : 'perl' ,
857864 php : 'php' ,
858865 'php-laravel' : 'laravel' ,
You can’t perform that action at this time.
0 commit comments