diff --git a/luckydiamond/src/components/NotiicationwindowComponent.vue b/luckydiamond/src/components/NotiicationwindowComponent.vue index 3c8e330..3ad2c4d 100644 --- a/luckydiamond/src/components/NotiicationwindowComponent.vue +++ b/luckydiamond/src/components/NotiicationwindowComponent.vue @@ -1,7 +1,7 @@ @@ -11,7 +11,8 @@ import '@/assets/css/ComponentsStyles/notification.css' export default { props: { - notification: Boolean + notification: Boolean, + text: String, }, emits: ['notificationremove'], methods: { diff --git a/luckydiamond/src/components/adaptive-components/HeaderMobileComponent.vue b/luckydiamond/src/components/adaptive-components/HeaderMobileComponent.vue index 1d549bb..6a4fdb9 100644 --- a/luckydiamond/src/components/adaptive-components/HeaderMobileComponent.vue +++ b/luckydiamond/src/components/adaptive-components/HeaderMobileComponent.vue @@ -25,6 +25,16 @@ diff --git a/luckydiamond/src/pages/ProfilePage.vue b/luckydiamond/src/pages/ProfilePage.vue index fb64343..07cb35e 100644 --- a/luckydiamond/src/pages/ProfilePage.vue +++ b/luckydiamond/src/pages/ProfilePage.vue @@ -60,7 +60,7 @@ - +