Skip to content

Commit

Permalink
v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alundiak committed Oct 21, 2024
1 parent 5908cc6 commit c17d937
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flags.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function createFlagButtons(flags) {
function copyToClipboard(codeObject) {
navigator.clipboard.writeText(codeObject.flag).then(() => {
// console.log(`Copied: ${flagEmoji}`);
showToast(`Copied: ${codeObject.flag} - ${codeObject.name}`);
showToast(`Copied: ${codeObject.flag} ${codeObject.name}`);
}).catch(err => {
console.error('Failed to copy: ', err);
});
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0",
"description": "My Flags",
"main": "index.js",
"homepage": "https://alundiak.github.io/flags/",
"scripts": {
"test1": "node f1.js",
"test2": "node f2.js"
Expand Down

0 comments on commit c17d937

Please sign in to comment.