Skip to content

Commit

Permalink
Merge pull request #582 from dskvr/develop
Browse files Browse the repository at this point in the history
Hotfix: Australia
  • Loading branch information
dskvr committed Jun 21, 2023
2 parents e5a1e73 + 0044f25 commit ca6917f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nostr-watch",
"version": "0.2.11",
"version": "0.2.12",
"private": true,
"scripts": {
"build": "vue-cli-service build",
Expand Down
2 changes: 1 addition & 1 deletion src/components/relays/pages/UserPreferences.vue
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
</label>
<div class="mt-4 space-y-4">

<div class="flex items-center" v-for="region in ['us-east', 'eu-west', 'asia-south', 'asia-southeast', 'australia']" :key="prefs-`${region}`">
<div class="flex items-center" v-for="region in ['us-east', 'eu-west', 'asia-south', 'asia-southeast', 'au']" :key="prefs-`${region}`">
<input v-model="store.prefs.region" :value="region" :id="region" name="push-notifications" type="radio" class="h-4 w-4 border-gray-300 text-indigo-600 focus:ring-indigo-500" />
<label :for="region" class="ml-3 block text-sm font-medium text-gray-700 dark:text-gray-500">{{ region }}</label>
</div>
Expand Down

0 comments on commit ca6917f

Please sign in to comment.