Skip to content

Commit 64c627c

Browse files
committed
fix(rust): fix logo for actix-web
1 parent 6d5899f commit 64c627c

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)