diff --git a/public/images/employee-avatar.png b/public/images/employee-avatar.png new file mode 100644 index 00000000..a68cc4d7 Binary files /dev/null and b/public/images/employee-avatar.png differ diff --git a/public/images/employee-banner.png b/public/images/employee-banner.png new file mode 100644 index 00000000..281a0129 Binary files /dev/null and b/public/images/employee-banner.png differ diff --git a/src/components/ProfileBanner.vue b/src/components/ProfileBanner.vue index ebb2e0ab..7476cd02 100644 --- a/src/components/ProfileBanner.vue +++ b/src/components/ProfileBanner.vue @@ -39,8 +39,6 @@ const toggleStatus = defineModel('toggleStatus', { const currentTab = defineModel('currentTab'); const showOverlay = ref(false); - -currentTab.value = 'name1';