Skip to content

Commit

Permalink
Merge pull request #134 from teambtcmap/eenentwintig
Browse files Browse the repository at this point in the history
Adding Eenentwintig community directory
  • Loading branch information
secondl1ght committed Mar 18, 2024
2 parents 33e1d6b + 56c8ba1 commit 161f5e0
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 @@ -83,6 +83,9 @@
$: dwadziesciaJeden =
communities &&
communities.filter((community) => community.tags.organization === 'dwadziescia-jeden');
$: eenentwintig =
communities &&
communities.filter((community) => community.tags.organization === 'eenentwintig');
$: einundzwanzig =
communities &&
communities.filter((community) => community.tags.organization === 'einundzwanzig');
Expand Down Expand Up @@ -210,6 +213,7 @@
'Découvre Bitcoin',
'Dvadsatjeden',
'Dwadzieścia Jeden',
'Eenentwintig',
'Einundzwanzig',
'Enogtyve',
'Jednadvacet',
Expand Down Expand Up @@ -251,6 +255,7 @@
{ section: 'Découvre Bitcoin', communities: decouvreBitcoin },
{ section: 'Dvadsatjeden', communities: dvadsatjeden },
{ section: 'Dwadzieścia Jeden', communities: dwadziesciaJeden },
{ section: 'Eenentwintig', communities: eenentwintig },
{ section: 'Einundzwanzig', communities: einundzwanzig },
{ section: 'Enogtyve', communities: enogtyve },
{ section: 'Jednadvacet', communities: jednadvacet },
Expand Down

0 comments on commit 161f5e0

Please sign in to comment.