[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:
parent
4d9115d51e
commit
3b40158d9a
2 changed files with 2 additions and 12 deletions
12
packages/types/src/favorite/favorite.d.ts
vendored
12
packages/types/src/favorite/favorite.d.ts
vendored
|
|
@ -1,14 +1,4 @@
|
||||||
type TLogoProps = {
|
import { TLogoProps } from "../common";
|
||||||
in_use: "emoji" | "icon";
|
|
||||||
emoji?: {
|
|
||||||
value?: string;
|
|
||||||
url?: string;
|
|
||||||
};
|
|
||||||
icon?: {
|
|
||||||
name?: string;
|
|
||||||
color?: string;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
export type IFavorite = {
|
export type IFavorite = {
|
||||||
id: string;
|
id: string;
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@ export const ProductUpdates: FC<ProductUpdatesProps> = observer(() => (
|
||||||
target="_blank"
|
target="_blank"
|
||||||
className="flex w-full items-center justify-start text-xs hover:bg-custom-background-80"
|
className="flex w-full items-center justify-start text-xs hover:bg-custom-background-80"
|
||||||
>
|
>
|
||||||
<span className="text-xs">What's new?</span>
|
<span className="text-xs">What's new</span>
|
||||||
</Link>
|
</Link>
|
||||||
</CustomMenu.MenuItem>
|
</CustomMenu.MenuItem>
|
||||||
));
|
));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue