Skip to content

Commit f19ee53

Browse files
committed
fixup! fix: WorkspacesTable: update icons to differentiate between updateAndStart and start
1 parent dd3facf commit f19ee53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacesPage/WorkspacesTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ const WorkspaceActionsCell: FC<WorkspaceActionsCellProps> = ({
573573
isLoading={workspaceUpdate.isUpdating}
574574
label="This template requires automatic updates on workspace startup. Contact your administrator if you want to preserve the template version."
575575
>
576-
<CloudIcon />
576+
<CirclePlayIcon />
577577
</PrimaryAction>
578578
<WorkspaceUpdateDialogs {...workspaceUpdate.dialogs} />
579579
</>

0 commit comments

Comments
 (0)