Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -290,7 +290,7 @@
|
|
| 290 |
// Update the getCardLink function
|
| 291 |
function getCardLink(day) {
|
| 292 |
const rootUrl = "https://huggingface.co/spaces/huggingface/open-source-ai-year-in-review-2024";
|
| 293 |
-
return `${rootUrl}?day=${day}`;
|
| 294 |
}
|
| 295 |
|
| 296 |
// Add this object before the card creation loop to define custom text labels
|
|
|
|
| 290 |
// Update the getCardLink function
|
| 291 |
function getCardLink(day) {
|
| 292 |
const rootUrl = "https://huggingface.co/spaces/huggingface/open-source-ai-year-in-review-2024";
|
| 293 |
+
return `${rootUrl}?day=${day}" target="_blank`;
|
| 294 |
}
|
| 295 |
|
| 296 |
// Add this object before the card creation loop to define custom text labels
|