Skip to content

Commit

Permalink
fix icons for various platform and integrations (#9953)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-hariti committed May 8, 2024
1 parent 035a7d6 commit 102f5d8
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions src/components/platformIcon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -815,12 +815,13 @@ export const PLATFORM_TO_ICON = {
dart: 'dart',
default: 'default',
dotnet: 'dotnet',
'dotnet-aspnetcore': 'dotnet',
'dotnet-aspnetcore': 'dotnetcore',
'dotnet-aspnet': 'dotnet',
'dotnet-awslambda': 'awslambda',
'dotnet-aws-lambda': 'awslambda',
'dotnet-blazor': 'blazor',
'dotnet-csharp': 'csharp',
'dotnet-gcpfunctions': 'gcp-functions',
'dotnet-google-cloud-functions': 'gcp-functions',
'dotnet-azure-functions-worker': 'azure-functions',
'dotnet-maui': 'maui',
'dotnet-uno': 'uno',
'dotnet-xamarin': 'xamarin',
Expand Down Expand Up @@ -887,6 +888,7 @@ export const PLATFORM_TO_ICON = {
linux: 'linux',
native: 'nativec',
'native-qt': 'qt',
'native-wasm': 'wasm',
openai: 'openai',
perl: 'perl',
php: 'php',
Expand All @@ -899,8 +901,10 @@ export const PLATFORM_TO_ICON = {
'python-airflow': 'apache-airflow',
'python-ariadne': 'ariadne',
'python-asyncpg': 'postgresql',
'python-awslambda': 'awslambda',
'python-aws-lambda': 'awslambda',
'python-azurefunctions': 'azure-functions',
'python-gcp-functions': 'gcp-functions',
'python-anthropic': 'anthropic',
'python-beam': 'apache-beam',
'python-boto3': 'aws',
'python-bottle': 'bottle',
Expand All @@ -918,11 +922,13 @@ export const PLATFORM_TO_ICON = {
'python-grpc': 'grpc',
'python-httpx': 'httpx',
'python-huey': 'huey',
'python-huggingface_hub': 'huggingface',
'python-langchain': 'langchain',
'python-loguru': 'loguru',
'python-openai': 'openai',
'python-pylons': 'python',
'python-pymongo': 'mongodb',
'python-pyramid': 'pyramid',
'python-pythonawslambda': 'awslambda',
'python-quart': 'quart',
'python-redis': 'redis',
'python-rq': 'redis',
Expand Down

0 comments on commit 102f5d8

Please sign in to comment.