Skip to content

Commit

Permalink
Change status page URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaskorz committed Dec 6, 2023
1 parent 8e8b661 commit c5eb631
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/Downtimes/DownTimes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ export const DownTimes: FunctionComponent<Props> = ({
<Service key={check.token}>
<Header>
<Alias>
<a href={`https://updown.io/${check.token}`}>{check.alias}</a>
<a
href={`https://${check.alias.toLocaleLowerCase()}.status.alugha.com`}
>
{check.alias}
</a>
</Alias>

<Data>
Expand Down

0 comments on commit c5eb631

Please sign in to comment.