diff --git a/client/src/pages/info/ui/sections/HowToOrderSection.tsx b/client/src/pages/info/ui/sections/HowToOrderSection.tsx index 07249f7..c51a52d 100644 --- a/client/src/pages/info/ui/sections/HowToOrderSection.tsx +++ b/client/src/pages/info/ui/sections/HowToOrderSection.tsx @@ -43,7 +43,7 @@ export function HowToOrderSection() { {steps.map((step) => ( - step.icon}>{step.label} + step.icon }}>{step.label} {step.text}