Update index.html
Browse files- index.html +3 -7
index.html
CHANGED
@@ -78,14 +78,10 @@
|
|
78 |
React.createElement("h1", {
|
79 |
className: "text-3xl font-bold mb-2 text-center text-white" // Added text-white
|
80 |
},
|
81 |
-
|
82 |
-
href: "https://huggingface.co/",
|
83 |
-
className: "text-white underline", // Changed text-orange-500 to text-white
|
84 |
-
target: "_blank"
|
85 |
-
}, "Hugging Face "), " LeRobot Worldwide Hackathon"
|
86 |
),
|
87 |
React.createElement("p", {
|
88 |
-
className: "text-
|
89 |
},
|
90 |
"Worldwide", React.createElement("br", null),
|
91 |
"June 2025, 14 at 09:00 AM (UTC+2) – June 2025, 15 at 06:00 PM (UTC+2)"
|
@@ -108,7 +104,7 @@
|
|
108 |
className: "w-full h-auto"
|
109 |
}),
|
110 |
React.createElement("div", {
|
111 |
-
className: "p-2 text-center text-sm font-medium text-
|
112 |
},
|
113 |
video.label,
|
114 |
video.team && teamDatasets[video.team] &&
|
|
|
78 |
React.createElement("h1", {
|
79 |
className: "text-3xl font-bold mb-2 text-center text-white" // Added text-white
|
80 |
},
|
81 |
+
"LeRobot Worldwide Hackathon"
|
|
|
|
|
|
|
|
|
82 |
),
|
83 |
React.createElement("p", {
|
84 |
+
className: "text-white mb-6"
|
85 |
},
|
86 |
"Worldwide", React.createElement("br", null),
|
87 |
"June 2025, 14 at 09:00 AM (UTC+2) – June 2025, 15 at 06:00 PM (UTC+2)"
|
|
|
104 |
className: "w-full h-auto"
|
105 |
}),
|
106 |
React.createElement("div", {
|
107 |
+
className: "p-2 text-center text-sm font-medium text-white"
|
108 |
},
|
109 |
video.label,
|
110 |
video.team && teamDatasets[video.team] &&
|