forked from trent_larson/crowd-funder-for-time-pwa
fix spelling & empty message, rename middle button to one word "yours"
This commit is contained in:
@@ -215,10 +215,6 @@ export default class ActivityListItem extends Vue {
|
|||||||
const claim =
|
const claim =
|
||||||
(this.record.fullClaim as unknown).claim || this.record.fullClaim;
|
(this.record.fullClaim as unknown).claim || this.record.fullClaim;
|
||||||
|
|
||||||
if (!claim.description) {
|
|
||||||
return "something not described";
|
|
||||||
}
|
|
||||||
|
|
||||||
return `${claim.description}`;
|
return `${claim.description}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -95,7 +95,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p class="mt-4">
|
<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>
|
||||||
|
|
||||||
<p class="mt-4">
|
<p class="mt-4">
|
||||||
|
|||||||
@@ -52,7 +52,7 @@
|
|||||||
>
|
>
|
||||||
<div class="flex flex-col items-center">
|
<div class="flex flex-col items-center">
|
||||||
<font-awesome icon="hand" class="fa-fw" />
|
<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>
|
</div>
|
||||||
</router-link>
|
</router-link>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user