Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Correct the country code name of Taiwan (#2797)

authored by

Edison Lee and committed by
GitHub
4041db31 1700b827

+1 -1
+1 -1
src/lib/country-codes.ts
··· 219 219 {code2: 'SE', name: 'Sweden (+46)'}, 220 220 {code2: 'CH', name: 'Switzerland (+41)'}, 221 221 {code2: 'SY', name: 'Syrian Arab Republic (+963)'}, 222 - {code2: 'TW', name: 'Taiwan, Province of China (+886)'}, 222 + {code2: 'TW', name: 'Taiwan (+886)'}, 223 223 {code2: 'TJ', name: 'Tajikistan (+992)'}, 224 224 {code2: 'TZ', name: 'Tanzania, United Republic of (+255)'}, 225 225 {code2: 'TH', name: 'Thailand (+66)'},