diff --git a/Code-Standards.md b/Code-Standards.md index f3b244b..e1f768e 100644 --- a/Code-Standards.md +++ b/Code-Standards.md @@ -160,12 +160,12 @@ All the string names in `strings.xml` must be meaningful. Also check for the str ``` #### Drawables/Icons -Most of the icons used in GitNex are taken from open source project [Feather Icons](https://feathericons.com/). Please download an appropriate icon from feather site and use the AS tool to upload it to drawable directory. +Most of the icons used in GitNex are taken from open source project [Lucide icons](https://lucide.dev/). Please download an appropriate icon from Lucide site and use the AS tool to upload it to drawable directory. e.g: Right click on drawable directory in the project and choose New -> Vector Asset and select local file. 1) **No gif/png etc are allowed**. 2) **All drawables must be SVG**. -Also check [Tabler Icons](https://tabler-icons.io/) for a comprehensive list. +Also check [Tabler icons](https://tabler-icons.io/) for a comprehensive list. #### Standard Variable Names App Context should be stored at the beggining once in `appCtx`.