Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

tooltip #948

Merged
merged 1 commit into from
May 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/Widgets/StatusWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const StatusWidget = ({ hotspot }) => {
subtitle={subtitle}
subtitleLoading={loadingActivityTimestamp}
isLoading={syncHeightLoading || challengeIssuerLoading}
tooltip="A Hotspot is online and synced if it has any blockchain activity in the last 36 hours (including Proof-of-Coverage, transferring packets, or receiving mining rewards)."
tooltip="A Hotspot is active if it has any blockchain activity in the last 36 hours (including Proof-of-Coverage, transferring packets, or receiving mining rewards)."
icon={
<div
className={classNames('rounded-full w-5 h-5', {
Expand Down