diff --git a/src/index.js b/src/index.js index aa732a2e9..1c754e6d6 100644 --- a/src/index.js +++ b/src/index.js @@ -302,7 +302,7 @@ const generateTodayPage = () => { const summary = event.SUMMARY.match(/ceremony/gi) ? event.SUMMARY : event.SUMMARY.split(" ").slice(1).join(" "); html.push(`
`); - html.push("
__:__
"); + html.push("
__:__
"); html.push("
"); html.push(`
${sport.name.toUpperCase()} ${event._MEDAL ? "🏅" : ""}
`); html.push(`
${summary}`);