From d2f993b74c0a0d8d0f3a5e0a5bc21a8e485e0ab1 Mon Sep 17 00:00:00 2001 From: Dima Grossman Date: Mon, 23 Dec 2024 16:33:56 +0200 Subject: [PATCH] style(dashboard): remove icons for consistency (#7356) --- .../workflow-editor/steps/digest/digest-key.tsx | 6 +----- .../workflow-editor/steps/digest/digest-window.tsx | 8 +------- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/apps/dashboard/src/components/workflow-editor/steps/digest/digest-key.tsx b/apps/dashboard/src/components/workflow-editor/steps/digest/digest-key.tsx index bdaefd21f08..823e265afe3 100644 --- a/apps/dashboard/src/components/workflow-editor/steps/digest/digest-key.tsx +++ b/apps/dashboard/src/components/workflow-editor/steps/digest/digest-key.tsx @@ -1,6 +1,5 @@ import { useMemo } from 'react'; import { useFormContext } from 'react-hook-form'; -import { RiAccountPinBoxFill } from 'react-icons/ri'; import { autocompletion } from '@codemirror/autocomplete'; import { FormControl, FormField, FormItem, FormLabel, FormMessage } from '@/components/primitives/form/form'; @@ -25,10 +24,7 @@ export const DigestKey = () => { <> - - - Aggregated by - + Aggregated by diff --git a/apps/dashboard/src/components/workflow-editor/steps/digest/digest-window.tsx b/apps/dashboard/src/components/workflow-editor/steps/digest/digest-window.tsx index a34042728d7..eb5e43cebfe 100644 --- a/apps/dashboard/src/components/workflow-editor/steps/digest/digest-window.tsx +++ b/apps/dashboard/src/components/workflow-editor/steps/digest/digest-window.tsx @@ -1,6 +1,5 @@ import { useState } from 'react'; import { Tabs } from '@radix-ui/react-tabs'; -import { RiCalendarScheduleFill } from 'react-icons/ri'; import { FieldValues, useFormContext } from 'react-hook-form'; import { TimeUnitEnum } from '@novu/shared'; @@ -67,12 +66,7 @@ export const DigestWindow = () => { return (
- - - - Digest window - - + Digest window