Update paginas.html

This commit is contained in:
Lizandro Guarnizo
2026-05-06 18:26:33 -05:00
parent 6e9251935b
commit 5d6a0f7f5a
+1 -1
View File
@@ -71,7 +71,7 @@
class="text-xs px-2 py-0.5 rounded-full" x-text="item.publicado ? 'Publicado' : 'Borrador'"></span>
</td>
<td class="py-2 px-4 flex gap-2 justify-end">
<a :href="item.saas ? `/docs/${item.saas.slug}/${item.slug}` : '#'" target="_blank" title="Ver página" class="text-green-500 hover:text-green-700">
<a :href="item.saas ? (item.visibilidad === 'private' ? `/app/docs/${item.saas.slug}/${item.slug}` : `/docs/${item.saas.slug}/${item.slug}`) : '#'" target="_blank" title="Ver página" 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"/>