From 6ad38bc89a11da5e2cd9da311c2cdebe6c573b08 Mon Sep 17 00:00:00 2001 From: Kiran Niranjan Date: Mon, 4 Jan 2021 17:33:19 +0530 Subject: [PATCH] fix: SDA-2802 - Use emoji as thumbs up button (#1165) --- src/renderer/assets/notification-thumbsup.svg | 12 ------------ src/renderer/components/notification-comp.tsx | 2 +- src/renderer/styles/notification-comp.less | 5 +++-- 3 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 src/renderer/assets/notification-thumbsup.svg diff --git a/src/renderer/assets/notification-thumbsup.svg b/src/renderer/assets/notification-thumbsup.svg deleted file mode 100644 index 80b458be..00000000 --- a/src/renderer/assets/notification-thumbsup.svg +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - diff --git a/src/renderer/components/notification-comp.tsx b/src/renderer/components/notification-comp.tsx index 10030d1f..cf6b44cc 100644 --- a/src/renderer/components/notification-comp.tsx +++ b/src/renderer/components/notification-comp.tsx @@ -177,7 +177,7 @@ export default class NotificationComp extends React.Component<{}, IState> {