From 64c627ccc7b637f4ef39f8343d7f4c01884520c5 Mon Sep 17 00:00:00 2001 From: lcian Date: Thu, 20 Feb 2025 18:46:06 +0100 Subject: [PATCH] fix(rust): fix logo for actix-web --- src/components/platformIcon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/platformIcon.tsx b/src/components/platformIcon.tsx index 6c42e480b9cd0..8f3d298adcf6a 100644 --- a/src/components/platformIcon.tsx +++ b/src/components/platformIcon.tsx @@ -997,7 +997,7 @@ export const PLATFORM_TO_ICON = { 'ruby-sidekiq': 'sidekiq', 'ruby-sinatra': 'sinatra', rust: 'rust', - 'rust-actix': 'actix', + 'rust-actix-web': 'actix', scala: 'scala', stride3d: 'stride3d', sql: 'sql',