Skip to content

Commit 5010a4e

Browse files
committed
refactor(setup): remove RobotOutlined icon from SetupWizard component
- Eliminated the RobotOutlined icon from the SetupWizard for a cleaner UI presentation.
1 parent d4813b8 commit 5010a4e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/agent-electron-client/src/renderer/components/setup/SetupWizard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,6 @@ function SetupWizard({ onComplete }: SetupWizardProps) {
557557
marginBottom: 4,
558558
}}
559559
>
560-
<RobotOutlined style={{ fontSize: 18, color: '#18181b' }} />
561560
<span style={{ fontSize: 15, fontWeight: 600 }}>{APP_NAME}</span>
562561
</div>
563562
<div style={{ fontSize: 12, color: '#a1a1aa', textAlign: 'center' }}>

0 commit comments

Comments
 (0)