forked from trent_larson/crowd-funder-for-time-pwa
add page to view all claims about a DID (which we'll have to restrict to visible people soon)
This commit is contained in:
@@ -161,7 +161,9 @@
|
||||
class="flex w-11/12 max-w-sm mx-auto mb-3 overflow-hidden bg-white rounded-lg shadow-lg"
|
||||
>
|
||||
<div class="w-full px-6 py-6 text-slate-900 text-center">
|
||||
<span class="font-semibold text-lg">{{ notification.title }}</span>
|
||||
<span class="font-semibold text-lg">
|
||||
{{ notification.title }}
|
||||
</span>
|
||||
<p class="text-sm mb-2">{{ notification.text }}</p>
|
||||
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user