[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.
This commit is contained in:
Prateek Shourya 2024-09-18 13:22:51 +05:30 committed by GitHub
parent 4d9115d51e
commit 3b40158d9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 12 deletions

View file

@ -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;