Browse Source

Use a DID instead of a name ... this may need some better design on the dialog @jose

pull/47/head
Matthew Raymer 1 year ago
parent
commit
5bc0e27b30
  1. 2
      src/components/GiftedDialog.vue

2
src/components/GiftedDialog.vue

@ -2,7 +2,7 @@
<div v-if="visible" class="dialog-overlay"> <div v-if="visible" class="dialog-overlay">
<div class="dialog"> <div class="dialog">
<h1 class="text-xl font-bold text-center mb-4"> <h1 class="text-xl font-bold text-center mb-4">
{{ message }} {{ giver?.name || "somebody not specified" }} {{ message }} {{ giver?.did || "somebody not specified" }}
</h1> </h1>
<input <input
type="text" type="text"

Loading…
Cancel
Save