Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jiinbe authored Jun 26, 2024
1 parent ec9915c commit cec38d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,12 @@ renewFormElement.addEventListener('click', function(){
generateElements();
});
mainElement.appendChild(renewFormElement);

let statusShare = document.createElement('span');
statusShare.classList.add("button");
statusShare.innerText = config.messages.buttons.shared;
mainElement.appendChild(statusShare);

});
}
});
Expand Down

0 comments on commit cec38d2

Please sign in to comment.