Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -104,7 +104,7 @@
|
|
104 |
className: "w-full h-auto"
|
105 |
}),
|
106 |
React.createElement("div", {
|
107 |
-
className: "p-2 text-center text-sm font-medium text-
|
108 |
},
|
109 |
video.label,
|
110 |
video.team && teamDatasets[video.team] &&
|
|
|
104 |
className: "w-full h-auto"
|
105 |
}),
|
106 |
React.createElement("div", {
|
107 |
+
className: "p-2 text-center text-sm font-medium text-gray"
|
108 |
},
|
109 |
video.label,
|
110 |
video.team && teamDatasets[video.team] &&
|