Skip to content

Commit e6d4c46

Browse files
committed
refactor: 임시 슬라이드 index 수정
1 parent 830e447 commit e6d4c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/onboarding/screen/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { BackgroundContainer } from '../containers/BackgroundContainer';
1717

1818
export default function OnboardingScreen() {
1919
const router = useRouter();
20-
const [activeIndex, setActiveIndex] = useState(2);
20+
const [activeIndex, setActiveIndex] = useState(0);
2121
const swiperRef = useRef<SwiperType | null>(null);
2222

2323
const handleNext = () => {

0 commit comments

Comments
 (0)