Update index.html
Browse files- index.html +7 -7
index.html
CHANGED
|
@@ -75,14 +75,14 @@
|
|
| 75 |
`
|
| 76 |
}
|
| 77 |
}),
|
| 78 |
-
|
| 79 |
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
| 84 |
target: "_blank"
|
| 85 |
-
|
| 86 |
),
|
| 87 |
React.createElement("p", {
|
| 88 |
className: "text-center text-gray-700 mb-6"
|
|
|
|
| 75 |
`
|
| 76 |
}
|
| 77 |
}),
|
| 78 |
+
React.createElement("h1", {
|
| 79 |
+
className: "text-3xl font-bold mb-2 text-center text-white" // Added text-white
|
| 80 |
+
},
|
| 81 |
+
React.createElement("a", {
|
| 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-center text-gray-700 mb-6"
|