🐛 Fix graph URL

This commit is contained in:
Anand Chowdhary
2020-08-12 16:11:24 +05:30
parent 76ab4be052
commit c54353aa48
+1 -1
View File
@@ -44,7 +44,7 @@
{#each sites as site}
<article
class={site.status}
style={`background-image: url("https://raw.githubusercontent.com/koj-co/upptime/master/graphs/${site.slug}.png`}>
style={`background-image: url("https://raw.githubusercontent.com/${owner}/${repo}/master/graphs/${site.slug}.png`}>
<h4>{site.name}</h4>
<div>
{@html config.i18n.overallUptime.replace(/\$UPTIME/g, site.uptime)}