Added links

This commit is contained in:
CHIEFSOFT\ameye
2025-10-06 05:05:14 -04:00
parent e15e9f271c
commit a9721991de
6 changed files with 31 additions and 14 deletions
+2 -2
View File
@@ -81,7 +81,7 @@ export default function ProductTemplates() {
<th scope="col" className="px-2 py-2">
Product ID
</th>
<th scope="col" className="px-2">
<th scope="col" className="px-8">
Provision Name
</th>
<th scope="col" className="px-2 text-right">
@@ -99,7 +99,7 @@ export default function ProductTemplates() {
</div>
</div>
</td>
<td className="px-2">
<td className="px-8">
<div className="text-left">
<div className="text-base font-semibold">{item?.provision_name}</div>
</div>