Browse Source

modify naming for unnamed gifter

pull/76/head
Trent Larson 11 months ago
parent
commit
bbfc1e1007
  1. 2
      src/components/GiftedDialog.vue
  2. 2
      src/views/HomeView.vue
  3. 2
      src/views/ProjectViewView.vue

2
src/components/GiftedDialog.vue

@ -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?.name || "somebody not named" }}
</h1>
<input
type="text"

2
src/views/HomeView.vue

@ -19,7 +19,7 @@
<h3
class="text-xs italic font-medium text-ellipsis whitespace-nowrap overflow-hidden"
>
Anonymous
Anonymous/Unnamed
</h3>
</li>
<li

2
src/views/ProjectViewView.vue

@ -102,7 +102,7 @@
<h3
class="text-xs italic font-medium text-ellipsis whitespace-nowrap overflow-hidden"
>
Anonymous
Anonymous/Unnamed
</h3>
</li>
<li

Loading…
Cancel
Save