Skip to content

Commit

Permalink
🐛 Fix link to homepage (fixed upptime/upptime#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Dec 6, 2020
1 parent e96423e commit 3b9189a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Incident.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@
{/if}
</section>

<footer><a href="../">{config.i18n.incidentBack}</a></footer>
<footer><a href={config.path}>{config.i18n.incidentBack}</a></footer>

0 comments on commit 3b9189a

Please sign in to comment.