Browse Source

fix spelling & empty message, rename middle button to one word "yours"

pull/129/head
Trent Larson 3 days ago
parent
commit
be9465e9f8
  1. 4
      src/components/ActivityListItem.vue
  2. 2
      src/components/OnboardingDialog.vue
  3. 2
      src/components/QuickNav.vue

4
src/components/ActivityListItem.vue

@ -215,10 +215,6 @@ export default class ActivityListItem extends Vue {
const claim =
(this.record.fullClaim as unknown).claim || this.record.fullClaim;
if (!claim.description) {
return "something not described";
}
return `${claim.description}`;
}

2
src/components/OnboardingDialog.vue

@ -95,7 +95,7 @@
</p>
<p class="mt-4">
Search for a topic, or search around your neighborhod under "Nearby".
Search for a topic, or search around your neighborhood under "Nearby".
</p>
<p class="mt-4">

2
src/components/QuickNav.vue

@ -52,7 +52,7 @@
>
<div class="flex flex-col items-center">
<font-awesome icon="hand" class="fa-fw" />
<span class="text-xs mt-1">your work</span>
<span class="text-xs mt-1">yours</span>
</div>
</router-link>
</li>

Loading…
Cancel
Save