Skip to content

Commit

Permalink
add new community org
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Feb 1, 2024
1 parent 95fba07 commit b3074e9
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 @@ -77,6 +77,9 @@
$: decouvreBitcoin =
communities &&
communities.filter((community) => community.tags.organization === 'decouvre-bitcoin');
$: dvadsatjeden =
communities &&
communities.filter((community) => community.tags.organization === 'dvadsatjeden');
$: dwadziesciaJeden =
communities &&
communities.filter((community) => community.tags.organization === 'dwadziescia-jeden');
Expand Down Expand Up @@ -202,6 +205,7 @@
'BitDevs',
'Breizh Bitcoin',
'Découvre Bitcoin',
'Dvadsatjeden',
'Dwadzieścia Jeden',
'Einundzwanzig',
'Enogtyve',
Expand Down Expand Up @@ -241,6 +245,7 @@
{ section: 'BitDevs', communities: bitDevs },
{ section: 'Breizh Bitcoin', communities: breizhBitcoin },
{ section: 'Découvre Bitcoin', communities: decouvreBitcoin },
{ section: 'Dvadsatjeden', communities: dvadsatjeden },
{ section: 'Dwadzieścia Jeden', communities: dwadziesciaJeden },
{ section: 'Einundzwanzig', communities: einundzwanzig },
{ section: 'Enogtyve', communities: enogtyve },
Expand Down

0 comments on commit b3074e9

Please sign in to comment.