Skip to content

Commit

Permalink
Merge pull request #1039 from nature-of-code/design/html-tag
Browse files Browse the repository at this point in the history
Update Codesplit.js for HTML tag background color
  • Loading branch information
jasongao97 authored Oct 16, 2024
2 parents db4b498 + d987307 commit 060145a
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 060145a

Please sign in to comment.