Skip to content

Commit

Permalink
Update explore wording
Browse files Browse the repository at this point in the history
  • Loading branch information
oodamien committed Jan 8, 2025
1 parent f97ba27 commit 52033d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-client/src/components/common/explore/Explore.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function Explore({ open, onClose, projectName, blob }) {
const onCopy = () => {
setButton('Copied!')
setTimeout(() => {
setButton('Copy!')
setButton('Copy')
}, 3000)
}

Expand Down

0 comments on commit 52033d6

Please sign in to comment.