diff options
| author | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-06 17:01:34 +0700 |
|---|---|---|
| committer | Rafi Zadanly <zadanlyr@gmail.com> | 2023-02-06 17:01:34 +0700 |
| commit | ada443445767679dd2d2b2c889bfac02609778b8 (patch) | |
| tree | b12b6cc287dcecb4d89ed70df0c7f25a2780d6b4 /src/pages/shop/quotation | |
| parent | fca30ebbb935b38fc1244b43f4d40184ce0745bd (diff) | |
no message
Diffstat (limited to 'src/pages/shop/quotation')
| -rw-r--r-- | src/pages/shop/quotation/finish.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/shop/quotation/finish.js b/src/pages/shop/quotation/finish.js index b1f092d3..f7983fef 100644 --- a/src/pages/shop/quotation/finish.js +++ b/src/pages/shop/quotation/finish.js @@ -31,7 +31,7 @@ export default function FinishQuotation() { { id && ( <Link href={`/my/transaction/${id}`} className="btn-yellow text-gray_r-12 mt-6 w-full">Lihat Penawaran</Link> )} - <Link href="/" className="btn-light text-gray_r-12 mt-4 w-full">Ke Halaman Utama</Link> + <Link href="/" className="btn-light text-gray_r-12 mt-2 w-full">Ke Halaman Utama</Link> </div> </Layout> </WithAuth> |
