1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Add update icon to menu item

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2022-05-12 13:50:23 +03:00
parent 3b4f8779b7
commit e221e8dac4

View File

@ -62,7 +62,7 @@ export function UpdateButton({ warningLevel, update }: UpdateButtonProps) {
close={toggle}
open={noop}
>
<MenuItem onClick={update} data-testid="update-lens-menu-item">
<MenuItem icon="update" onClick={update} data-testid="update-lens-menu-item">
Relaunch to Update Lens
</MenuItem>
</Menu>