Skip to content

Commit 00874c4

Browse files
authored
fix(rust): fix logo for actix-web (#12793)
1 parent b1305be commit 00874c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/platformIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ export const PLATFORM_TO_ICON = {
997997
'ruby-sidekiq': 'sidekiq',
998998
'ruby-sinatra': 'sinatra',
999999
rust: 'rust',
1000-
'rust-actix': 'actix',
1000+
'rust-actix-web': 'actix',
10011001
scala: 'scala',
10021002
stride3d: 'stride3d',
10031003
sql: 'sql',

0 commit comments

Comments
 (0)