chore: edit toggle button title

This commit is contained in:
EnixCoda 2020-08-03 00:35:32 +08:00
parent db25110fa9
commit 2711ead05c
No known key found for this signature in database
GPG key ID: 0C1A07377913A1DD

View file

@ -47,7 +47,7 @@ export function ToggleShowButton({ error, onClick }: Props) {
setDistance(e.clientY - buttonHeight / 2)
}
}}
title={'You can drag me'}
title={'Gitako (draggable)'}
>
<img draggable={false} src={iconSrc} />
</button>