Cleanup snippet categories

This commit is contained in:
Angelos Chalaris
2019-08-21 14:32:14 +03:00
parent 9de7519520
commit 9139ea2ace
5 changed files with 77 additions and 103 deletions

View File

@ -36,7 +36,7 @@
"example": "ReactDOM.render(\r\n <AutoLink text=\"foo bar baz http://example.org bar\" />,\r\n document.getElementById('root')\r\n);"
},
"tags": [
"utility",
"visual",
"string",
"fragment",
"regexp",
@ -267,7 +267,7 @@
"example": "ReactDOM.render(\r\n <Mailto email=\"foo@bar.baz\" subject=\"Hello\" body=\"Hello world!\">\r\n Mail me!\r\n </Mailto>,\r\n document.getElementById('root')\r\n);"
},
"tags": [
"viual",
"visual",
"beginner"
]
},