Skip to content

Commit 304eb91

Browse files
committed
* fix linter errs
1 parent adce9e1 commit 304eb91

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Assets/symbols/emojis.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@font-face {
22
font-family: "Emoji Font for WysiwygMDEditor";
3-
src: url('emojis.woff2') format('woff2');
3+
src: url("emojis.woff2") format("woff2");
44
unicode-range: U+00A9-E007F;
55
}
66

changelog.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
_(most recent changes are listed on top):_
77
* Added an explicit **Emoji Font** and an option in settings to override browser and system provided emojis.
88
* MAJOR refactoring cleanup and simplifying of the Emoji Picker!
9-
* Multiple fixes for both Emoji Picker and FA Icons Picker to improve looks, behavior and performance.
9+
* Multiple fixes for both Emoji Picker and FA Icons Picker to improve looks, behavior and performance.
1010

1111
## v0.9.5
1212

0 commit comments

Comments
 (0)