Skip to content

Commit

Permalink
1.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNite committed Jan 28, 2025
1 parent 2bc9b75 commit 6ce0bb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@moonlight-mod/mappings",
"version": "1.1.11",
"version": "1.1.12",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/mappings/discord/components/common/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1569,7 +1569,7 @@ register((moonmap) => {
});
moonmap.addExport(name, "CircleWarningIcon", {
type: ModuleExportType.Function,
find: "M12 23a11 11 0 1 0 0-22 11 11 0 0 0 0"
find: "M12 23a11 11 0 1 0 0-22 11 11 0 0 0 0 22Zm1.44-15.94L13.06"
});
moonmap.addExport(name, "AngleBracketsIcon", {
type: ModuleExportType.Function,
Expand Down

0 comments on commit 6ce0bb8

Please sign in to comment.