Add app communication category

This commit is contained in:
Taylor Helsper 2022-12-26 22:42:43 -06:00
parent 2b93cd2e64
commit a9a0e371b4

View File

@ -22,6 +22,7 @@ def marketplace_page():
categories = [{"name": "core", "title": "Core Apps"},
{"name": "bitcoin_app", "title": "Bitcoin Apps"},
{"name": "lightning_app", "title": "Lightning Apps"},
{"name": "communication", "title": "Communication"},
{"name": "networking", "title": "Networking"},
{"name": "device_management", "title": "Device Management Apps"},
{"name": "uncategorized", "title": "Uncategorized"}