maringetxway commited on
Commit
2d589ae
·
verified ·
1 Parent(s): 49787e7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +7 -7
index.html CHANGED
@@ -75,14 +75,14 @@
75
  `
76
  }
77
  }),
78
- React.createElement("h1", {
79
- className: "text-3xl font-bold mb-2 text-center"
80
- },
81
- React.createElement("a", {
82
- href: "https://huggingface.co/",
83
- className: "text-orange-500 underline",
84
  target: "_blank"
85
- }, "Hugging Face"), "LeRobot Worldwide Hackathon"
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"