From 3b40158d9a86154a8c07a46ee5cc4c359ae847bd Mon Sep 17 00:00:00 2001 From: Prateek Shourya Date: Wed, 18 Sep 2024 13:22:51 +0530 Subject: [PATCH] [WEB-2395] chore: minor UX copy update for what's new link. (#5626) * [WEB-2395] chore: minor ux copy update for what's new link. * fix: import errors. --- packages/types/src/favorite/favorite.d.ts | 12 +----------- web/ce/components/global/product-updates.tsx | 2 +- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/packages/types/src/favorite/favorite.d.ts b/packages/types/src/favorite/favorite.d.ts index c8ec2509d..65df79384 100644 --- a/packages/types/src/favorite/favorite.d.ts +++ b/packages/types/src/favorite/favorite.d.ts @@ -1,14 +1,4 @@ -type TLogoProps = { - in_use: "emoji" | "icon"; - emoji?: { - value?: string; - url?: string; - }; - icon?: { - name?: string; - color?: string; - }; -}; +import { TLogoProps } from "../common"; export type IFavorite = { id: string; diff --git a/web/ce/components/global/product-updates.tsx b/web/ce/components/global/product-updates.tsx index 72f5938a5..700883574 100644 --- a/web/ce/components/global/product-updates.tsx +++ b/web/ce/components/global/product-updates.tsx @@ -15,7 +15,7 @@ export const ProductUpdates: FC = observer(() => ( target="_blank" className="flex w-full items-center justify-start text-xs hover:bg-custom-background-80" > - What's new? + What's new ));