fix signup/login

This commit is contained in:
NotII
2025-02-24 17:01:50 +00:00
parent 0ddca03599
commit ea125e694a
3 changed files with 4 additions and 4 deletions

View File

@@ -316,7 +316,7 @@ export default function OrderTable() {
<Button variant="ghost" size="sm" asChild>
<Link href={`/dashboard/orders/${order._id}`}>
<Eye className="h-4 w-4" />
</Link>
</Link>
</Button>
</TableCell>
</TableRow>