-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Milestone
Description
Goal
To show the status of entire stack by showing a badge. Clicking it opens the BetterUptime status page.
Requirement
Data
If the env var REACT_APP_DEPLOYMENT == testnet, then display this badge: https://kleros-v2.betteruptime.com/badge?theme=dark
If the env var REACT_APP_DEPLOYMENT == devnet, then display this badge: https://kleros-v2-devnet.betteruptime.com/badge?theme=dark
UI
Embed the status badge
<iframe src="https://kleros-v2-devnet.betteruptime.com/badge?theme=dark" width="250" height="30" frameborder="0" scrolling="no"></iframe>
Display at the bottom of the Help popup just below the FAQ.
