Skip to content

Commit bcd8b3f

Browse files
committed
Fix missing title
1 parent f838270 commit bcd8b3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/PathHeader.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ export class PathHeader extends React.Component<IPathHeaderProps> {
6868
/>
6969
<button
7070
className={classes(repoRefreshStyle, 'jp-Icon-16')}
71+
title={'Refresh the repository to detect local and remote changes'}
7172
onClick={() => this.props.refresh()}
7273
/>
7374
</div>

0 commit comments

Comments
 (0)