Small ux hint

This commit is contained in:
Enrico Ros
2025-02-09 21:41:28 -08:00
parent 3b76018db9
commit 51d3f37058
@@ -71,7 +71,7 @@ export function LiveFileControlButton(props: {
title={
props.hasContent ? 'Reload and compare file contents'
: props.isPaired ? 'Sync and monitor file changes'
: 'Set up live file pairing'
: 'Set up live file pairing (you can also drag and drop a file here)'
}
color='success'
placement='top-end'