Skip to content

Commit

Permalink
Merge branch 'jennifer/2624-add-a-health-indicator-for-testnet-on-ten…
Browse files Browse the repository at this point in the history
…scan-and-the-gateway' of https://github.com/ten-protocol/go-ten into jennifer/health-check-ui-on-tenscan
  • Loading branch information
Jennievon committed Dec 29, 2023
2 parents e64a7c5 + 2394bbf commit e71c46e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/tenscan/frontend/src/components/health-indicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ const HealthIndicator = () => {
const { testnetStatus } = useGeneralService();

return (
<div className="flex items-center space-x-2 border rounded-lg px-2 py-1">
<h3>Testnet Status: </h3>
<div className="flex items-center space-x-2 border rounded-lg p-2">
<h3 className="text-sm">Testnet Status: </h3>
<Badge
variant={
(testnetStatus?.result
Expand Down

0 comments on commit e71c46e

Please sign in to comment.