set up admin api

Signed-off-by: Chloe <pinkcloudvnn@gmail.com>
This commit is contained in:
Chloe
2024-06-25 10:58:06 +07:00
parent b2efb59f5c
commit 0bf01447f6
5 changed files with 70 additions and 5 deletions

View File

@@ -44,8 +44,9 @@ const MobileOrderActions = ({ order }: { order: Order }) => {
<Button
className={clsx(
focus ? 'bg-gray-100 text-gray-900' : 'text-gray-700',
'block px-4 py-2 text-sm'
'flex w-full px-4 py-2 text-sm'
)}
onClick={() => setIsOpen(true)}
>
Activate Warranty
</Button>