diff --git a/app/react/edge/components/edge-agent-async.svg b/app/react/edge/components/edge-agent-async.svg
index fa1a0b9ee..5ac438b92 100644
--- a/app/react/edge/components/edge-agent-async.svg
+++ b/app/react/edge/components/edge-agent-async.svg
@@ -1,6 +1,6 @@
-
- {edgeKey}
-
+ {edgeKey}
Copy token
diff --git a/app/react/portainer/environments/wizard/EnvironmentsCreationView/WizardDocker/WizardDocker.tsx b/app/react/portainer/environments/wizard/EnvironmentsCreationView/WizardDocker/WizardDocker.tsx
index 181dc2885..90690ecc7 100644
--- a/app/react/portainer/environments/wizard/EnvironmentsCreationView/WizardDocker/WizardDocker.tsx
+++ b/app/react/portainer/environments/wizard/EnvironmentsCreationView/WizardDocker/WizardDocker.tsx
@@ -50,16 +50,14 @@ const defaultOptions: BoxSelectorOption<
},
{
id: 'edgeAgentStandard',
- icon: EdgeAgentStandardIcon,
- iconType: 'badge',
+ icon: ,
label: 'Edge Agent Standard',
description: '',
value: 'edgeAgentStandard',
},
isBE && {
id: 'edgeAgentAsync',
- icon: EdgeAgentAsyncIcon,
- iconType: 'badge',
+ icon: ,
label: 'Edge Agent Async',
description: '',
value: 'edgeAgentAsync',