Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Igor Korovchenko <igsekor@gmail.com>
  • Loading branch information
furtivite and igsekor authored Sep 26, 2024
1 parent 19b4d1d commit 553a12f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/libs/badge-constructor/badge-constructor.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ const SHAPES = {
height: 3,
width: 2,
},
L: {
height: 2,
width: 3,
},
}

const COLORS = {
Expand Down
8 changes: 4 additions & 4 deletions src/libs/badge-constructor/collection.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,11 @@
},
"mentioned": {
"id": "mentioned",
"shape": "L",
"angle": "0",
"shape": "gamma-right",
"angle": "90",
"field": {
"height": 2,
"width": 3
"height": 3,
"width": 2
},
"src": "/images/badges/mention.svg",
"alt": "Довольный смайл, поднимающий руку со знаком собачки.",
Expand Down

0 comments on commit 553a12f

Please sign in to comment.