We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0301ec1 commit e784a5fCopy full SHA for e784a5f
1 file changed
src/components/IntroHeader/IntroHeaderRotator.tsx
@@ -155,7 +155,7 @@ const exitingMarkerStyles = css`
155
animation: ${exitMarkerAnimation} ${ANIMATION.TIMING.EXIT} forwards;
156
`;
157
158
-function IntroHeader() {
+function IntroHeaderRotator() {
159
const t = useTranslations("Index");
160
const [itemIndex, setItemIndex] = useState(0);
161
const [prevItemIndex, setPrevItemIndex] = useState<number | null>(null);
@@ -204,7 +204,7 @@ function IntroHeader() {
204
);
205
}
206
207
-export default IntroHeader;
+export default IntroHeaderRotator;
208
209
const StyledAvatar = styled(Avatar)<{ $isExiting?: boolean }>`
210
position: absolute;
0 commit comments