Fix URL links

This commit is contained in:
2024-03-22 08:38:55 -04:00
parent c9fac2f0e0
commit 6c3e91ea7d
+1 -1
View File
@@ -104,7 +104,7 @@ document.addEventListener('htmx:afterSwap', function(event) {
<span class="icon"> <span class="icon">
<ion-icon name="document"></ion-icon> <ion-icon name="document"></ion-icon>
</span> </span>
<a class="has-text-success" href="https://api.gong${fichier.attributes.url}">${fichier.attributes.name}</a> <a class="has-text-success" href="https://api.gong.gp${fichier.attributes.url}">${fichier.attributes.name}</a>
</p> </p>
`); `);
}); });