[WEB-2497] chore: update pages' offline badge tooltip content (#5652)

* chore: update offline badge tooltip content

* chore: revert yarn lock changes
This commit is contained in:
Aaryan Khandelwal 2024-09-23 15:52:32 +05:30 committed by GitHub
parent c4c2d81d24
commit 22b32fd5c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -68,8 +68,8 @@ export const PageExtraOptions: React.FC<Props> = observer((props) => {
)}
{isContentEditable && !isOnline && (
<Tooltip
tooltipHeading="You are offline"
tooltipContent="All changes made will be saved locally and will be synced when the internet connection is re-established."
tooltipHeading="You are offline."
tooltipContent="You can continue making changes. They will be synced when you are back online."
>
<div className="flex-shrink-0 flex h-7 items-center gap-2 rounded-full bg-custom-background-80 px-3 py-0.5 text-xs font-medium text-custom-text-300">
<span className="flex-shrink-0 size-1.5 rounded-full bg-custom-text-300" />