diff --git a/frontend/__snapshots__/scenes-app-insights--funnel-top-to-bottom-edit--dark.png b/frontend/__snapshots__/scenes-app-insights--funnel-top-to-bottom-edit--dark.png index 9f3435ec919df..248d1f34b318a 100644 Binary files a/frontend/__snapshots__/scenes-app-insights--funnel-top-to-bottom-edit--dark.png and b/frontend/__snapshots__/scenes-app-insights--funnel-top-to-bottom-edit--dark.png differ diff --git a/frontend/src/lib/components/HedgehogBuddy/HedgehogBuddy.tsx b/frontend/src/lib/components/HedgehogBuddy/HedgehogBuddy.tsx index 70b61d4841019..b77c601a43154 100644 --- a/frontend/src/lib/components/HedgehogBuddy/HedgehogBuddy.tsx +++ b/frontend/src/lib/components/HedgehogBuddy/HedgehogBuddy.tsx @@ -775,7 +775,7 @@ export class HedgehogActor { ref?.(r) } }} - className="HedgehogBuddy cursor-pointer m-0" + className="m-0 cursor-pointer HedgehogBuddy" data-content={preloadContent} onTouchStart={this.static ? undefined : () => onTouchOrMouseStart()} onMouseDown={this.static ? undefined : () => onTouchOrMouseStart()} @@ -835,10 +835,15 @@ export class HedgehogActor { {this.accessories().map((accessory, index) => (
+
-
+
Good bye! @@ -1032,7 +1039,7 @@ export function MyHedgehogBuddy({ hedgehogConfig={hedgehogConfig} tooltip={ hedgehogConfig.party_mode_enabled ? ( -
+
) : undefined @@ -1076,7 +1083,7 @@ export function MemberHedgehogBuddy({ member }: { member: OrganizationMemberType
-
+
+
}