Skip to content

Commit e84c83b

Browse files
committed
Modified components for reaching them easier
1 parent 0f18f44 commit e84c83b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/CollaborateButton/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export default ({
122122

123123
return (
124124
<Container
125+
title="collaborate-icon"
125126
onMouseEnter={() => changeSessionBoxOpen(true)}
126127
onMouseLeave={() => changeSessionBoxOpen(false)}
127128
>

src/components/DatasetEditor/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ export default ({
132132
inSession ? (
133133
<TextField
134134
label="Share Link"
135+
title="share-link"
135136
value={url}
136137
variant="outlined"
137138
size="small"

0 commit comments

Comments
 (0)