fix landing route names (#8)
This commit is contained in:
@@ -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}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user