Skip to content

Commit

Permalink
Update Codesplit.js for HTML tag background color
Browse files Browse the repository at this point in the history
  • Loading branch information
tuantinghuang committed Oct 15, 2024
1 parent db4b498 commit d987307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Codesplit.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const LanguageNameBadge = ({ language }) => {
};

return (
<div className="ml-4 rounded-b-md bg-noc-400 px-2 py-0.5 text-xs text-white">
<div className="ml-4 rounded-b-md bg-gray-400 px-2 py-0.5 text-xs text-white">
{LANGUAGE_NAME_ALIAS[language] || language}
</div>
);
Expand Down

0 comments on commit d987307

Please sign in to comment.