forked from jsnbuchanan/crowd-funder-for-time-pwa
bump to version 0.3.31, tweak messaging to include offers
This commit is contained in:
@@ -209,7 +209,7 @@
|
||||
Hit the big
|
||||
<fa
|
||||
icon="plus"
|
||||
class="bg-blue-600 text-white px-1 py-1 rounded-full"
|
||||
class="bg-green-600 text-white px-1.5 py-1 rounded-full"
|
||||
/>
|
||||
button. You'll never know until you try.
|
||||
</div>
|
||||
@@ -310,8 +310,8 @@ export default class ProjectsView extends Vue {
|
||||
offers: OfferSummaryRecord[] = [];
|
||||
projectNameFromHandleId: Record<string, string> = {}; // mapping from handleId to description
|
||||
projects: PlanData[] = [];
|
||||
showOffers = true;
|
||||
showProjects = false;
|
||||
showOffers = false;
|
||||
showProjects = true;
|
||||
|
||||
libsUtil = libsUtil;
|
||||
didInfo = didInfo;
|
||||
|
||||
Reference in New Issue
Block a user