fix landing route names (#8)

This commit is contained in:
RustamRu
2024-12-08 09:54:17 +03:00
parent 6705e74ece
commit 440e87ef76
5 changed files with 13 additions and 11 deletions

View File

@@ -11,7 +11,7 @@ export const CtaButton: FC<ButtonProps> = (props) => {
return (
<Button
as={RouterLink}
to={URLs.orderForm.getUrl()}
to={URLs.orderCreate.getUrl()}
colorScheme='primary'
{...props}
>