Skip to content

Commit e784a5f

Browse files
committed
name intro hero rotator
1 parent 0301ec1 commit e784a5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/IntroHeader/IntroHeaderRotator.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ const exitingMarkerStyles = css`
155155
animation: ${exitMarkerAnimation} ${ANIMATION.TIMING.EXIT} forwards;
156156
`;
157157

158-
function IntroHeader() {
158+
function IntroHeaderRotator() {
159159
const t = useTranslations("Index");
160160
const [itemIndex, setItemIndex] = useState(0);
161161
const [prevItemIndex, setPrevItemIndex] = useState<number | null>(null);
@@ -204,7 +204,7 @@ function IntroHeader() {
204204
);
205205
}
206206

207-
export default IntroHeader;
207+
export default IntroHeaderRotator;
208208

209209
const StyledAvatar = styled(Avatar)<{ $isExiting?: boolean }>`
210210
position: absolute;

0 commit comments

Comments
 (0)