mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-17 09:54:19 +01:00
add followingspace
This commit is contained in:
@@ -553,6 +553,13 @@ class WebAppsRouterState extends CustState<WebAppsRouter> {
|
||||
[WebAppTypes.PHOTOS],
|
||||
image: "https://nowser.nostrmo.com/images/apps/zappix.png",
|
||||
));
|
||||
items.add(WebAppItem(
|
||||
"https://following.space/",
|
||||
"Following Space",
|
||||
"Create, share, and discover Nostr Follow Packs",
|
||||
[WebAppTypes.OTHERS],
|
||||
image: "https://nowser.nostrmo.com/images/apps/following_space.png",
|
||||
));
|
||||
|
||||
// List<Map> jsonList = [];
|
||||
// for (var item in items) {
|
||||
|
||||
Reference in New Issue
Block a user