Skip to content

Commit 102f5d8

Browse files
authored
fix icons for various platform and integrations (#9953)
1 parent 035a7d6 commit 102f5d8

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

src/components/platformIcon.tsx

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -815,12 +815,13 @@ export const PLATFORM_TO_ICON = {
815815
dart: 'dart',
816816
default: 'default',
817817
dotnet: 'dotnet',
818-
'dotnet-aspnetcore': 'dotnet',
818+
'dotnet-aspnetcore': 'dotnetcore',
819819
'dotnet-aspnet': 'dotnet',
820-
'dotnet-awslambda': 'awslambda',
820+
'dotnet-aws-lambda': 'awslambda',
821821
'dotnet-blazor': 'blazor',
822822
'dotnet-csharp': 'csharp',
823-
'dotnet-gcpfunctions': 'gcp-functions',
823+
'dotnet-google-cloud-functions': 'gcp-functions',
824+
'dotnet-azure-functions-worker': 'azure-functions',
824825
'dotnet-maui': 'maui',
825826
'dotnet-uno': 'uno',
826827
'dotnet-xamarin': 'xamarin',
@@ -887,6 +888,7 @@ export const PLATFORM_TO_ICON = {
887888
linux: 'linux',
888889
native: 'nativec',
889890
'native-qt': 'qt',
891+
'native-wasm': 'wasm',
890892
openai: 'openai',
891893
perl: 'perl',
892894
php: 'php',
@@ -899,8 +901,10 @@ export const PLATFORM_TO_ICON = {
899901
'python-airflow': 'apache-airflow',
900902
'python-ariadne': 'ariadne',
901903
'python-asyncpg': 'postgresql',
902-
'python-awslambda': 'awslambda',
904+
'python-aws-lambda': 'awslambda',
903905
'python-azurefunctions': 'azure-functions',
906+
'python-gcp-functions': 'gcp-functions',
907+
'python-anthropic': 'anthropic',
904908
'python-beam': 'apache-beam',
905909
'python-boto3': 'aws',
906910
'python-bottle': 'bottle',
@@ -918,11 +922,13 @@ export const PLATFORM_TO_ICON = {
918922
'python-grpc': 'grpc',
919923
'python-httpx': 'httpx',
920924
'python-huey': 'huey',
925+
'python-huggingface_hub': 'huggingface',
926+
'python-langchain': 'langchain',
921927
'python-loguru': 'loguru',
928+
'python-openai': 'openai',
922929
'python-pylons': 'python',
923930
'python-pymongo': 'mongodb',
924931
'python-pyramid': 'pyramid',
925-
'python-pythonawslambda': 'awslambda',
926932
'python-quart': 'quart',
927933
'python-redis': 'redis',
928934
'python-rq': 'redis',

0 commit comments

Comments
 (0)