Skip to content

Commit

Permalink
add emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
RedMan13 committed Nov 5, 2023
1 parent ea74165 commit 79e0147
Show file tree
Hide file tree
Showing 5 changed files with 254 additions and 127 deletions.
118 changes: 40 additions & 78 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
"lodash.debounce": "4.0.8",
"lodash.omit": "4.5.0",
"lodash.throttle": "4.0.1",
"md": "^0.6.0",
"minilog": "3.1.0",
"omggif": "1.0.9",
"papaparse": "5.3.0",
Expand Down Expand Up @@ -88,6 +87,7 @@
"scratch-storage": "github:PenguinMod/PenguinMod-Storage#develop",
"scratch-svg-renderer": "github:TurboWarp/scratch-svg-renderer#develop",
"scratch-vm": "github:PenguinMod/PenguinMod-Vm#develop",
"PenguinMod-MarkDown": "github:PenguinMod/PenguinMod-MarkDown#master",
"startaudiocontext": "1.2.1",
"style-loader": "^0.23.1",
"text-encoding": "0.7.0",
Expand Down
6 changes: 6 additions & 0 deletions src/components/tw-description/description.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@
.project-link {
margin-bottom: 2px;
}

.emoji {
width: 1rem;
height: 1rem;
object-fit: contain;
}
Loading

0 comments on commit 79e0147

Please sign in to comment.