+
{{ genInfo.name }}'s Digital Business Card
diff --git a/components/ProductCard.vue b/components/ProductCard.vue
old mode 100644
new mode 100755
index f25b20f..c46df01
--- a/components/ProductCard.vue
+++ b/components/ProductCard.vue
@@ -26,8 +26,8 @@
v-else
class="p-3 h-12 w-12 box-border rounded cursor-pointer border border-dashed border-black hover:border-gray-400 focus:border-gray-400 transition-colors duration-200 focus:outline-none"
@click="loadFile(i)"
- aria-label="Attach product image"
- title="Attach product image"
+ aria-label="Add product image"
+ title="Add product image"
:class="dragOver ? 'outline-white' : ''"
@drop.prevent="fileLoaded($event, i, true)"
@dragleave.prevent.self="dragOver = false"
@@ -53,8 +53,8 @@
ref="input"
type="text"
v-model="item.title"
- aria-label="Product title"
- title="Product title"
+ aria-label="Enter product title"
+ title="Enter product title"
placeholder="Product title"
/>
@@ -65,6 +65,8 @@
class="pDescription block mt-2 px-4 py-3 w-full bg-black placeholder-gray-600 rounded border border-transparent transition-colors duration-200 focus:outline-none focus:border-gray-500 resize-none hover:border-gray-500"
rows="2"
v-model="item.description"
+ aria-label="Enter product description"
+ title="Enter product description"
>