summaryrefslogtreecommitdiff
path: root/src/pages/shop/quotation
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/shop/quotation')
-rw-r--r--src/pages/shop/quotation/finish.js2
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>