Skip to content

Commit

Permalink
🐛 Fix uptime/response time 1 year badge
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Dec 3, 2020
1 parent 134d63e commit f441af0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/summary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ ${pageStatuses
page.timeYear
}" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2F${owner}%2F${repo}%2Fmaster%2Fapi%2F${
page.slug
}%2Fresponse-time-day.json"></a></details> | <details><summary><a href="${website}/history/${
}%2Fresponse-time-year.json"></a></details> | <details><summary><a href="${website}/history/${
page.slug
}"><img alt="${i18n.uptime || "Uptime"} ${
page.uptime
Expand Down Expand Up @@ -155,7 +155,7 @@ ${pageStatuses
page.uptimeYear
}" src="https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2F${owner}%2F${repo}%2Fmaster%2Fapi%2F${
page.slug
}%2Fuptime-day.json"></a></details>`
}%2Fuptime-year.json"></a></details>`
)
.join("\n")}
${config.summaryEndHtmlComment || "<!--end: status pages-->"}${endText}`;
Expand Down

0 comments on commit f441af0

Please sign in to comment.