diff --git a/src/pages/resources.js b/src/pages/resources.js index 02ded4cd..7f1c0747 100644 --- a/src/pages/resources.js +++ b/src/pages/resources.js @@ -13,7 +13,7 @@ const templates = [ The default template for a Neutralinojs app. ), - githubLink: 'https://github.com/neutralinojs/neutralinojs-minimal' + githubLink: 'https://github.com/neutralinojs/neutralinojs-minimal', }, { title: 'neutralinojs-react', @@ -22,7 +22,25 @@ const templates = [ A simple React.js template for building Neutralinojs apps ), - githubLink: 'https://github.com/codezri/neutralinojs-react' + githubLink: 'https://github.com/codezri/neutralinojs-react', + }, + { + title: 'awesome-neutralino', + description: ( + <> + An awesome list of Neutralinojs resources (1) + + ), + githubLink: 'https://github.com/neutralinojs-community/awesome-neutralino', + }, + { + title: 'awesome-neutralino', + description: ( + <> + An awesome list of Neutralinojs resources (2) + + ), + githubLink: 'https://github.com/achou11/awesome-neutralino', }, ];