mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
polish: refine lite admin controls
This commit is contained in:
@@ -30,7 +30,7 @@ export function UserOrdersTable({ orders }: UserOrdersTableProps) {
|
||||
<DataTableShell
|
||||
isEmpty={orders.length === 0}
|
||||
emptyTitle="还没有订单"
|
||||
emptyDescription="选好套餐并提交支付后,你可以在这里继续支付、查看状态和回看记录。"
|
||||
emptyDescription="提交支付后可继续付款和查看状态。"
|
||||
emptyIcon={<ShoppingBag className="size-5" />}
|
||||
emptyAction={
|
||||
<Link href="/store" className={buttonVariants()}>
|
||||
|
||||
Reference in New Issue
Block a user