forked from jsnbuchanan/crowd-funder-for-time-pwa
add BX currency, add link for user's activity, tweak verbiage
This commit is contained in:
@@ -103,9 +103,9 @@
|
||||
</div>
|
||||
<div class="mt-6">
|
||||
<div class="flex justify-center text-center">
|
||||
People {{ profileImageUrl ? "without your image" : "" }} see this:
|
||||
People {{ profileImageUrl ? "without your image" : "" }} see this
|
||||
<br />
|
||||
(if you've let them see your activity)
|
||||
(if you've let them see your activity):
|
||||
</div>
|
||||
<div class="flex justify-center">
|
||||
<EntityIcon
|
||||
@@ -149,6 +149,12 @@
|
||||
</button>
|
||||
<span v-show="showDidCopy">Copied</span>
|
||||
</div>
|
||||
|
||||
<div class="text-blue-500 text-sm font-bold">
|
||||
<router-link :to="{ path: '/did/' + encodeURIComponent(activeDid) }">
|
||||
Activity
|
||||
</router-link>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Registration notice -->
|
||||
@@ -387,7 +393,7 @@
|
||||
>
|
||||
<!-- label -->
|
||||
<span class="text-slate-500 text-sm font-bold">Contacts Display</span>
|
||||
<span class="ml-2">Show amounts given</span>
|
||||
<span class="ml-2">Show hours given & received</span>
|
||||
<!-- toggle -->
|
||||
<div class="relative ml-2">
|
||||
<!-- input -->
|
||||
|
||||
Reference in New Issue
Block a user