Fix URL links
This commit is contained in:
+1
-1
@@ -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>
|
||||||
`);
|
`);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user