From 39fd9a66037add017100b1c0d5b64ada38ae610c Mon Sep 17 00:00:00 2001 From: Shariq Ansari Date: Mon, 29 Jan 2024 23:57:21 +0530 Subject: [PATCH] fix: added Mark as done icon --- frontend/src/components/Icons/MarkAsDoneIcon.vue | 16 ++++++++++++++++ frontend/src/components/Notifications.vue | 3 ++- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 frontend/src/components/Icons/MarkAsDoneIcon.vue diff --git a/frontend/src/components/Icons/MarkAsDoneIcon.vue b/frontend/src/components/Icons/MarkAsDoneIcon.vue new file mode 100644 index 00000000..1a8bea9f --- /dev/null +++ b/frontend/src/components/Icons/MarkAsDoneIcon.vue @@ -0,0 +1,16 @@ + diff --git a/frontend/src/components/Notifications.vue b/frontend/src/components/Notifications.vue index bed8e880..5e1b0a64 100644 --- a/frontend/src/components/Notifications.vue +++ b/frontend/src/components/Notifications.vue @@ -21,7 +21,7 @@ @click="() => notificationsStore().mark_as_read.reload()" >