Skip to content

Commit b7824a3

Browse files
authored
Add 2 links
- This vs That - Mozilla Specification Positions
1 parent 4a11c01 commit b7824a3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/links.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,10 @@
172172
{
173173
"title": "Emmet Cheat Sheet",
174174
"url": "https://docs.emmet.io/cheat-sheet"
175+
},
176+
{
177+
"title": "this vs that",
178+
"url": "https://thisthat.dev"
175179
}
176180
]
177181
},
@@ -669,6 +673,12 @@
669673
"title": "ECMAScript Compatibility Table",
670674
"url": "https://kangax.github.io/compat-table/es6"
671675
},
676+
{
677+
"title": "Mozilla Specification Position",
678+
"url": "https://mozilla.github.io/standards-positions",
679+
"icon": "mozilla",
680+
"color": "#000000"
681+
},
672682
{
673683
"title": "Node Green",
674684
"url": "https://node.green"

0 commit comments

Comments
 (0)