mirror of
https://github.com/nature-of-code/noc-book-2
synced 2024-11-17 07:49:05 +01:00
Merge pull request #1039 from nature-of-code/design/html-tag
Update Codesplit.js for HTML tag background color
This commit is contained in:
commit
060145a917
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue