fix: update Write page warning to reflect localStorage behavior

This commit is contained in:
Wayne Sutton
2025-12-20 23:16:54 -08:00
parent 662c28057c
commit 953851f75d

View File

@@ -303,10 +303,10 @@ export default function Write() {
</div>
</nav>
{/* Warning about refresh */}
{/* Local storage notice */}
<div className="write-warning">
<Warning size={14} />
<span>Refresh loses content</span>
<span>Saved locally in this browser only. Copy to avoid losing.</span>
</div>
</aside>