diff --git a/package.json b/package.json index b16d0492..74aea826 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cobalt", "description": "save what you love", - "version": "6.3", + "version": "6.3.1", "author": "wukko", "exports": "./src/cobalt.js", "type": "module", diff --git a/src/front/emoji/3d/cat_smile.svg b/src/front/emoji/3d/cat_smile.svg new file mode 100644 index 00000000..e50cbfa0 --- /dev/null +++ b/src/front/emoji/3d/cat_smile.svg @@ -0,0 +1,345 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/front/emoji/3d/person_shrugging.svg b/src/front/emoji/3d/person_shrugging.svg deleted file mode 100644 index 2a2f33cb..00000000 --- a/src/front/emoji/3d/person_shrugging.svg +++ /dev/null @@ -1,632 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/front/emoji/cat_smile.svg b/src/front/emoji/cat_smile.svg new file mode 100644 index 00000000..06ff249c --- /dev/null +++ b/src/front/emoji/cat_smile.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/front/emoji/frowning_face.svg b/src/front/emoji/frowning_face.svg deleted file mode 100644 index 04106077..00000000 --- a/src/front/emoji/frowning_face.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/src/front/emoji/person_shrugging.svg b/src/front/emoji/person_shrugging.svg deleted file mode 100644 index 2e1ac9a8..00000000 --- a/src/front/emoji/person_shrugging.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/modules/emoji.js b/src/modules/emoji.js index aeb2f454..740c2b46 100644 --- a/src/modules/emoji.js +++ b/src/modules/emoji.js @@ -10,7 +10,6 @@ const names = { "🀄": "dragon_face_wukko", "💸": "money_with_wings", "⚙ī¸": "gear", - "☚ī¸": "frowning_face", "📋": "clipboard", "🎃": "pumpkin", "🎄": "christmas_tree", @@ -27,7 +26,7 @@ const names = { "👾": "alien_monster", "đŸ˜ŋ": "cat_crying", "🙀": "cat_flabbergasted", - "🤷": "person_shrugging" + "🐱": "cat_smile" } let sizing = { 18: 0.8, diff --git a/src/modules/pageRender/page.js b/src/modules/pageRender/page.js index c5f2d7f4..6a7257cf 100644 --- a/src/modules/pageRender/page.js +++ b/src/modules/pageRender/page.js @@ -341,7 +341,7 @@ export default function(obj) { classes: ["small"], header: { closeAria: t('AccessibilityClosePopup'), - emoji: emoji("🤷", 78, 1, 1), + emoji: emoji("🐱", 78, 1, 1), title: t('TitlePopupDownload') }, body: switcher({