diff --git a/src/components/OfflineIndicator.jsx b/src/components/OfflineIndicator.jsx index e33f8c2b..46c737b4 100644 --- a/src/components/OfflineIndicator.jsx +++ b/src/components/OfflineIndicator.jsx @@ -3,7 +3,7 @@ import { useSubplebbit } from '@plebbit/plebbit-react-hooks'; const OfflineIndicator = ({ address, className, tooltipPlace }) => { const subplebbit = useSubplebbit({ subplebbitAddress: address }); - const isOnline = subplebbit.updatedAt > Date.now() / 1000 - 60 * 20; + const isOnline = subplebbit.updatedAt > Date.now() / 1000 - 60 * 30; return ( <>