Skip to content

Commit 3e04053

Browse files
committed
Update CodeExample.mjs build artifact
1 parent be869f6 commit 3e04053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CodeExample.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ function CodeExample(Props) {
119119
if (showLabel) {
120120
var label$1 = langShortname(lang);
121121
label = React.createElement("div", {
122-
className: "absolute right-0 px-4 pb-4 bg-gray-5 font-sans text-12 font-bold text-gray-60 "
122+
className: "absolute right-0 px-4 pb-4 font-sans text-12 font-bold text-gray-60 "
123123
}, label$1.toUpperCase());
124124
} else {
125125
label = null;

0 commit comments

Comments
 (0)