Skip to content

Commit

Permalink
fix rust icon
Browse files Browse the repository at this point in the history
  • Loading branch information
maltejur committed Dec 7, 2023
1 parent 0bce550 commit aee75cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/icon/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function LanguageIcon({
case "go":
return icon("go", colored ? "original" : "plain");
case "rust":
return icon("rust", "plain");
return icon("rust", "original");
case "aarch64_assembly":
return icon("aarch64", colored ? "original" : "plain");
case "c-sharp":
Expand Down

1 comment on commit aee75cd

@vercel
Copy link

@vercel vercel bot commented on aee75cd Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

website – ./

website-git-main-thealgorithms.vercel.app
the-algorithms.com
website-thealgorithms.vercel.app

Please sign in to comment.