mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
[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:
@@ -15,7 +15,7 @@ export const ProductUpdates: FC<ProductUpdatesProps> = observer(() => (
|
||||
target="_blank"
|
||||
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>
|
||||
</CustomMenu.MenuItem>
|
||||
));
|
||||
|
||||
Reference in New Issue
Block a user