diff --git a/__tests__/e2e/__snapshots__/happy-path.e2e.ts.snap b/__tests__/e2e/__snapshots__/happy-path.e2e.ts.snap
index bf7d336..5683057 100644
--- a/__tests__/e2e/__snapshots__/happy-path.e2e.ts.snap
+++ b/__tests__/e2e/__snapshots__/happy-path.e2e.ts.snap
@@ -119,10 +119,10 @@ exports[`happy-path flow > navigates Welcome → SystemCheck → Authenticate
Toggle Confidence features to integrate with your project. ● Check system
● Sign in to Confidence
- ✱ Event Tracking works best with a managed warehouse or an ● Set up your agent
+ ◆ Event Tracking works best with a managed warehouse or an ● Set up your agent
existing warehouse setup. ● Connect tools
▶ Onboard project
- ✱ Session Recordings (β) require the feature to be enabled on your
+ ◆ Session Recordings (β) require the feature to be enabled on your
Confidence account.
diff --git a/__tests__/e2e/__snapshots__/select-goal.e2e.ts.snap b/__tests__/e2e/__snapshots__/select-goal.e2e.ts.snap
index 8f06107..71b86c3 100644
--- a/__tests__/e2e/__snapshots__/select-goal.e2e.ts.snap
+++ b/__tests__/e2e/__snapshots__/select-goal.e2e.ts.snap
@@ -7,10 +7,10 @@ exports[`SelectGoal screen > shows goal options for a browser framework > select
Toggle Confidence features to integrate with your project. ● Check system
● Sign in to Confidence
- ✱ Event Tracking works best with a managed warehouse or an ● Set up your agent
+ ◆ Event Tracking works best with a managed warehouse or an ● Set up your agent
existing warehouse setup. ● Connect tools
▶ Onboard project
- ✱ Session Recordings (β) require the feature to be enabled on your
+ ◆ Session Recordings (β) require the feature to be enabled on your
Confidence account.
diff --git a/src/ui/tui/screens/select-goal/components/LeftPanel.tsx b/src/ui/tui/screens/select-goal/components/LeftPanel.tsx
index 3280d33..0244d1d 100644
--- a/src/ui/tui/screens/select-goal/components/LeftPanel.tsx
+++ b/src/ui/tui/screens/select-goal/components/LeftPanel.tsx
@@ -19,14 +19,14 @@ export function LeftPanel({ goalSelection }: GoalSelectionProps) {
Toggle Confidence features to integrate with your project.
- {Icons.star} Event Tracking works best with a managed warehouse or an existing warehouse
- setup.
+ {Icons.diamond} Event Tracking works best with a managed warehouse or an existing
+ warehouse setup.
{goalSelection.recordingAvailable && (
- {Icons.star} Session Recordings (β) require the feature to be enabled on your
+ {Icons.diamond} Session Recordings (β) require the feature to be enabled on your
Confidence account.