Skip to content

Commit

Permalink
Add Plan B Network as Community Organisation
Browse files Browse the repository at this point in the history
  • Loading branch information
dadofsambonzuki committed Feb 13, 2024
1 parent a59f01b commit 7e4afd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/routes/communities/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@
communities && communities.filter((community) => community.tags.organization === 'enogtyve');
$: jednadvacet =
communities && communities.filter((community) => community.tags.organization === 'jednadvacet');
$: planBNetwork =
communities && communities.filter((community) => community.tags.organization === 'plan-b-network');
$: satoshiSpritz =
communities &&
communities.filter((community) => community.tags.organization === 'satoshi-spritz');
Expand Down Expand Up @@ -210,6 +212,7 @@
'Einundzwanzig',
'Enogtyve',
'Jednadvacet',
'Plan B Network',
'Satoshi Spritz'
];
$: communitySections = [
Expand Down Expand Up @@ -250,6 +253,7 @@
{ section: 'Einundzwanzig', communities: einundzwanzig },
{ section: 'Enogtyve', communities: enogtyve },
{ section: 'Jednadvacet', communities: jednadvacet },
{ section: 'Plan B Network', communities: planBNetwork },
{ section: 'Satoshi Spritz', communities: satoshiSpritz }
];
Expand Down

0 comments on commit 7e4afd1

Please sign in to comment.