Skip to content

Commit

Permalink
Merge pull request #258 from fabiofdsantos/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed May 7, 2021
2 parents 54f5f60 + fab0ba9 commit 43aab8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Summary.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<Loading />
{:else if summary}
<h1>
<a class="no-underline" href={summary.url}>{summary.name}</a>
<a class="no-underline" href={summary.url.startsWith('$') ? '#' : summary.url}>{summary.name}</a>
<span class={`tag ${summary.status}`}>
{summary.status === 'up' ? config.i18n.up : config.i18n.down}
</span>
Expand Down

0 comments on commit 43aab8a

Please sign in to comment.