Closed ltfschoen closed 5 years ago
Fixes link at https://shawntabrizi.github.io/substrate-collectables-workshop/#/4/rendering-kitties that is supposed to link to the KittyCards component zip file but is broken and returns 404 page https://shawntabrizi.github.io/substrate-collectables-workshop/#/./assets/KittyCards.zip
Link directly to Polkadot-JS API docs instead of just its GitHub repo (since the docs page links back to the GitHub repo already)
Remove unnecessary use of double quotes
Add spaces around component names when importing
Add space at end of component
Various spelling/grammar fixes
Add missing semicolons
Show component properties across multiple lines when multiple props (more readable in browser too)
Show use of Object destructuring assignment in an example
Fixes link at https://shawntabrizi.github.io/substrate-collectables-workshop/#/4/rendering-kitties that is supposed to link to the KittyCards component zip file but is broken and returns 404 page https://shawntabrizi.github.io/substrate-collectables-workshop/#/./assets/KittyCards.zip
Link directly to Polkadot-JS API docs instead of just its GitHub repo (since the docs page links back to the GitHub repo already)
Remove unnecessary use of double quotes
Add spaces around component names when importing
Add space at end of component
Various spelling/grammar fixes
Add missing semicolons
Show component properties across multiple lines when multiple props (more readable in browser too)
Show use of Object destructuring assignment in an example