Merge remote-tracking branch 'origin/cleanup-and-qr-code'

This commit is contained in:
Matthew Aaron Raymer
2023-08-07 16:33:37 +08:00
5 changed files with 33 additions and 27 deletions

View File

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