Update index.html
Browse files- index.html +6 -6
index.html
CHANGED
|
@@ -58,12 +58,12 @@
|
|
| 58 |
setTeamDatasets(map);
|
| 59 |
});
|
| 60 |
}, []);
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
React.createElement("style", {
|
| 68 |
dangerouslySetInnerHTML: {
|
| 69 |
__html: `
|
|
|
|
| 58 |
setTeamDatasets(map);
|
| 59 |
});
|
| 60 |
}, []);
|
| 61 |
+
return React.createElement("div", {
|
| 62 |
+
className: "min-h-screen p-6",
|
| 63 |
+
style: {
|
| 64 |
+
backgroundColor: "#3A3B3C" // Dark gray color
|
| 65 |
+
}
|
| 66 |
+
},
|
| 67 |
React.createElement("style", {
|
| 68 |
dangerouslySetInnerHTML: {
|
| 69 |
__html: `
|