diff --git a/static/app/components/ai/SeerIcon.tsx b/static/app/components/ai/SeerIcon.tsx index b915690a641c7c..cdf44be87502d6 100644 --- a/static/app/components/ai/SeerIcon.tsx +++ b/static/app/components/ai/SeerIcon.tsx @@ -42,8 +42,9 @@ const rockRight = keyframes` const InteractionWrapper = styled('div')` display: inline-block; - transform-origin: bottom center; transition: transform 1s ease; + vertical-align: middle; + line-height: 0; &:hover { animation: ${rockLeft} 2s ease-in-out infinite; @@ -56,33 +57,36 @@ const InteractionWrapper = styled('div')` function SeerIcon({ref, ...props}: SVGIconProps) { return ( - - + - + ); @@ -93,60 +97,147 @@ SeerIcon.displayName = 'SeerIcon'; function SeerLoadingIcon({ref, ...props}: SVGIconProps) { return ( - - - - - - - - - - - - - - - - - + + + + + ); @@ -155,61 +246,68 @@ function SeerLoadingIcon({ref, ...props}: SVGIconProps) { function SeerWaitingIcon({ref, ...props}: SVGIconProps) { return ( - - - - - - - - - - - - - - - - - + + + + + ); diff --git a/static/app/components/events/autofix/autofixStartBox.tsx b/static/app/components/events/autofix/autofixStartBox.tsx index f3fcf3b04dcb0a..695890c076fb93 100644 --- a/static/app/components/events/autofix/autofixStartBox.tsx +++ b/static/app/components/events/autofix/autofixStartBox.tsx @@ -61,7 +61,7 @@ export function AutofixStartBox({onSend, groupId}: AutofixStartBoxProps) { /> - Need help digging deeper? + {t('Need help digging deeper?')}