Skip to content

Commit

Permalink
change docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
meelrossi committed Sep 26, 2023
1 parent b74acf3 commit bf3a591
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ const EmotesV2AnnouncementModal: React.FC<ModalProps> = ({ name, onClose }) => {

const handleLearnMore = () => {
handleClose()
// TODO: Add documentation link
window.open('https://docs.decentraland.org/', '_blank', 'noopener noreferrer')
window.open('https://docs.decentraland.org/creator/emotes/props-and-sounds/', '_blank', 'noopener noreferrer')
}

return (
Expand Down

0 comments on commit bf3a591

Please sign in to comment.