Skip to content

Commit

Permalink
* fix linter errs
Browse files Browse the repository at this point in the history
  • Loading branch information
imfx77 committed Jul 29, 2024
1 parent adce9e1 commit 304eb91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/symbols/emojis.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@font-face {
font-family: "Emoji Font for WysiwygMDEditor";
src: url('emojis.woff2') format('woff2');
src: url("emojis.woff2") format("woff2");
unicode-range: U+00A9-E007F;
}

Expand Down
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
_(most recent changes are listed on top):_
* Added an explicit **Emoji Font** and an option in settings to override browser and system provided emojis.
* MAJOR refactoring cleanup and simplifying of the Emoji Picker!
* Multiple fixes for both Emoji Picker and FA Icons Picker to improve looks, behavior and performance.
* Multiple fixes for both Emoji Picker and FA Icons Picker to improve looks, behavior and performance.

## v0.9.5

Expand Down

0 comments on commit 304eb91

Please sign in to comment.