refactor special request & time estimate components

This commit is contained in:
2025-10-11 10:55:19 +03:00
parent cef2804ee6
commit 3ea54c0b3d
9 changed files with 69 additions and 86 deletions

View File

@@ -128,7 +128,7 @@ export default function SplitBillPage() {
backgroundColor: themeName === "light" ? "white" : ProBlack2,
}}
>
<Link to={`${id}/order`} style={{ width: "100%" }}>
<Link to={`/${id}/order`} style={{ width: "100%" }}>
<Button
type="primary"
shape="round"