Add no-code category

This commit is contained in:
Girish Ramakrishnan
2023-03-24 05:40:50 +01:00
parent d3ed1c29b6
commit 7707551ea9
+1
View File
@@ -82,6 +82,7 @@ angular.module('Application').controller('AppStoreController', ['$scope', '$tran
{ id: 'hosting', icon: 'fa fa-server', label: 'Web Hosting'},
{ id: 'learning', icon: 'fas fa-graduation-cap', label: 'Learning'},
{ id: 'media', icon: 'fas fa-photo-video', label: 'Media'},
{ id: 'no-code', icon: 'fas fa-code', label: 'No-code'},
{ id: 'notes', icon: 'fa fa-sticky-note', label: 'Notes'},
{ id: 'project', icon: 'fas fa-project-diagram', label: 'Project Management'},
{ id: 'sync', icon: 'fa fa-sync-alt', label: 'File Sync'},