Skip to content

Commit

Permalink
fix nim icon
Browse files Browse the repository at this point in the history
  • Loading branch information
maltejur committed Mar 17, 2023
1 parent fef3fbc commit e19e544
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 @@ -90,7 +90,7 @@ export default function LanguageIcon({
case "zig":
return icon("zig", colored ? "original" : "original");
case "nim":
return icon("nim", colored ? "original" : "plain");
return icon("nim", colored ? "original" : "original");
default:
throw new Error(`Missing icon for ${language}`);
}
Expand Down

1 comment on commit e19e544

@vercel
Copy link

@vercel vercel bot commented on e19e544 Mar 17, 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
website-thealgorithms.vercel.app
the-algorithms.com

Please sign in to comment.