This commit is contained in:
Lizandro Guarnizo
2026-05-06 18:21:33 -05:00
parent 88153efd17
commit 6e9251935b
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
class="text-xs px-2 py-0.5 rounded-full"></span>
</td>
<td class="py-2 px-4 flex gap-2 justify-end">
<a :href="`/app/doc/paginas?saas_id=${item.ID}`" title="Ver documentación" class="text-green-500 hover:text-green-700">
<a :href="`/docs/${item.slug}`" target="_blank" title="Ver documentación" class="text-green-500 hover:text-green-700">
<svg xmlns="http://www.w3.org/2000/svg" class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2">
<path stroke-linecap="round" stroke-linejoin="round" d="M15 12a3 3 0 11-6 0 3 3 0 016 0z"/>
<path stroke-linecap="round" stroke-linejoin="round" d="M2.458 12C3.732 7.943 7.523 5 12 5c4.477 0 8.268 2.943 9.542 7-1.274 4.057-5.065 7-9.542 7-4.477 0-8.268-2.943-9.542-7z"/>