fix: connect services to backend (#37)
Release package / release (push) Successful in 7m28s

Co-authored-by: Thanh Quy - wolf <524H0124@student.tdtu.edu.vn>
Reviewed-on: #37
Co-authored-by: TaNguyenThanhQuy <tanguyenthanhquy@noreply.localhost>
Co-committed-by: TaNguyenThanhQuy <tanguyenthanhquy@noreply.localhost>
This commit was merged in pull request #37.
This commit is contained in:
2026-05-05 14:42:13 +00:00
committed by TakahashiNguyen
parent 48fc033ffa
commit c2afb3d3b5
49 changed files with 1427 additions and 843 deletions
+6 -6
View File
@@ -46,22 +46,22 @@ export default function PaymentPage() {
<thead>
<tr className="bg-(--color-border-light)/40 text-left">
<th scope="col" className="px-4 py-3 font-semibold">
Tên sản phẩm
Product name
</th>
<th scope="col" className="px-4 py-3 font-semibold">
Giá tiền
Price
</th>
<th scope="col" className="px-4 py-3 font-semibold">
tả
Description
</th>
<th scope="col" className="px-4 py-3 font-semibold">
Số lượng
Quantity
</th>
<th
scope="col"
className="px-4 py-3 text-right font-semibold"
>
Xóa
Delete
</th>
</tr>
</thead>
@@ -116,7 +116,7 @@ export default function PaymentPage() {
style="payment"
aria-label={`Xóa ${item.name} khỏi giỏ hàng`}
>
Xóa sản phẩm
Delete product
</Button>
</td>
</tr>