Skip to content

Commit c87bd02

Browse files
committed
fix(guide): 아이콘 한 번에 변경되는 문제 수정
1 parent 77981f8 commit c87bd02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/screens/guide/ui/pages/guidebook-page5.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export function GuidebookPage5() {
7474
{isCompleted ? (
7575
<CheckCircle className="h-8 w-8 text-white" />
7676
) : (
77-
React.createElement(steps[currentStep].icon, {
77+
React.createElement(step.icon, {
7878
className: "w-7 h-7",
7979
style: {
8080
color: iconColor,

0 commit comments

Comments
 (0)