diff --git a/public/blank-cover.png b/public/blank-cover.png new file mode 100644 index 00000000..45206cbc Binary files /dev/null and b/public/blank-cover.png differ diff --git a/src/components/ProfileBanner.vue b/src/components/ProfileBanner.vue new file mode 100644 index 00000000..a62792cf --- /dev/null +++ b/src/components/ProfileBanner.vue @@ -0,0 +1,169 @@ + + + + diff --git a/src/i18n/en-US/index.ts b/src/i18n/en-US/index.ts index 4fe93cb0..9583d5c5 100644 --- a/src/i18n/en-US/index.ts +++ b/src/i18n/en-US/index.ts @@ -67,6 +67,7 @@ export default { createdAt: 'Created At', noResults: 'No Data', notRecorded: 'You have not yet saved.', + editImage: 'Edit Image', ...status, ...main, ...address, diff --git a/src/i18n/th-th/index.ts b/src/i18n/th-th/index.ts index 6139fc91..ae748623 100644 --- a/src/i18n/th-th/index.ts +++ b/src/i18n/th-th/index.ts @@ -70,6 +70,7 @@ export default { createdAt: 'สร้างเมื่อ', noResults: 'ไม่มีข้อมูล', notRecorded: 'คุณยังไม่ได้บันทึก', + editImage: 'แก้ไขรูป', ...status, ...main, ...address,