Skip to content

Commit

Permalink
6.3.1: replaced shrugging person with a cat
Browse files Browse the repository at this point in the history
  • Loading branch information
wukko committed Jul 19, 2023
1 parent bbf450a commit e48100c
Show file tree
Hide file tree
Showing 8 changed files with 361 additions and 668 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
345 changes: 345 additions & 0 deletions src/front/emoji/3d/cat_smile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
632 changes: 0 additions & 632 deletions src/front/emoji/3d/person_shrugging.svg

This file was deleted.

13 changes: 13 additions & 0 deletions src/front/emoji/cat_smile.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions src/front/emoji/frowning_face.svg

This file was deleted.

24 changes: 0 additions & 24 deletions src/front/emoji/person_shrugging.svg

This file was deleted.

3 changes: 1 addition & 2 deletions src/modules/emoji.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ const names = {
"πŸ€„": "dragon_face_wukko",
"πŸ’Έ": "money_with_wings",
"βš™οΈ": "gear",
"☹️": "frowning_face",
"πŸ“‹": "clipboard",
"πŸŽƒ": "pumpkin",
"πŸŽ„": "christmas_tree",
Expand All @@ -27,7 +26,7 @@ const names = {
"πŸ‘Ύ": "alien_monster",
"😿": "cat_crying",
"πŸ™€": "cat_flabbergasted",
"🀷": "person_shrugging"
"🐱": "cat_smile"
}
let sizing = {
18: 0.8,
Expand Down
2 changes: 1 addition & 1 deletion src/modules/pageRender/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit e48100c

Please sign in to comment.