Skip to content

Commit

Permalink
change org id
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Jan 23, 2024
1 parent b4dbf99 commit b9013f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/communities/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
communities.filter((community) => community.tags.organization === 'bitcoin4india');
$: bitcoin4Iranians =
communities &&
communities.filter((community) => community.tags.organization === 'bitcoin4iranians');
communities.filter((community) => community.tags.organization === 'bitcoin-4-iranians');
$: bitcoinBulgaria =
communities &&
communities.filter((community) => community.tags.organization === 'bitcoin-bulgaria');
Expand Down

0 comments on commit b9013f8

Please sign in to comment.