Skip to content

Commit

Permalink
Update status page link
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Nov 19, 2023
1 parent d0ca3d9 commit 02f1624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/root.layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default async function rootLayout ({
${typeof children === 'string' ? html([children]) : children}
</main>
<footer>
© <a href="https://hifiwi.fi">HifiWi.fi</a> · <a href="https://github.com/gumcast">Source Code</a> · <a href="https://github.com/gumcast/gumcast-client/issues">Contact</a> · <a href="https://status.gumcast.com">Status</a>
© <a href="https://hifiwi.fi">HifiWi.fi</a> · <a href="https://github.com/gumcast">Source Code</a> · <a href="https://github.com/gumcast/gumcast-client/issues">Contact</a> · <a href="https://gumcast.betteruptime.com">Status</a>
</footer>
</body>
</html>`
Expand Down

0 comments on commit 02f1624

Please sign in to comment.