Skip to content

Commit

Permalink
Added MBP at a Community Org
Browse files Browse the repository at this point in the history
Added MBP at a Community Org
  • Loading branch information
dadofsambonzuki committed Jun 24, 2024
1 parent 79fdcf7 commit 2b9a989
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/routes/communities/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@
communities && communities.filter((community) => community.tags.organization === 'enogtyve');
$: jednadvacet =
communities && communities.filter((community) => community.tags.organization === 'jednadvacet');
$: miPrimerBitcoin =
communities &&
communities.filter((community) => community.tags.organization === 'mi-primer-bitcoin');
$: planBNetwork =
communities &&
communities.filter((community) => community.tags.organization === 'plan-b-network');
Expand Down Expand Up @@ -221,6 +224,7 @@
'Einundzwanzig',
'Enogtyve',
'Jednadvacet',
'Mi Primer Bitcoin',
'Plan B Network',
'Satoshi Spritz'
];
Expand Down Expand Up @@ -264,6 +268,7 @@
{ section: 'Einundzwanzig', communities: einundzwanzig },
{ section: 'Enogtyve', communities: enogtyve },
{ section: 'Jednadvacet', communities: jednadvacet },
{ section: 'Mi Primer Bitcoin', communities: miPrimerBitcoin },
{ section: 'Plan B Network', communities: planBNetwork },
{ section: 'Satoshi Spritz', communities: satoshiSpritz }
];
Expand Down

0 comments on commit 2b9a989

Please sign in to comment.