mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: edit toggle button title
This commit is contained in:
parent
db25110fa9
commit
2711ead05c
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue