Skip to content

Commit

Permalink
Update packages/status-page/src/pages/home/Home.svelte
Browse files Browse the repository at this point in the history
Co-authored-by: Roger <50648015+RogerLamTd@users.noreply.github.com>
  • Loading branch information
cyberhorsey and RogerLamTd committed Jan 11, 2023
1 parent 0f4b031 commit 43682e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/status-page/src/pages/home/Home.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
if (value.toString() === "true") return "red";
return "green";
},
tooltip: "Whether the Taiko smart contract on Layer 1 has been halted",
tooltip: "Whether the Taiko smart contract on Layer 1 has been halted.",
},
{
statusFunc: getAvailableSlots,
Expand Down

0 comments on commit 43682e6

Please sign in to comment.