fix
All checks were successful
deploy to production / deploy (push) Successful in 35s

This commit is contained in:
2023-09-08 15:34:52 +00:00
parent 605ac82471
commit a5e1ede626
4 changed files with 10 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
<div class="icons">
{#each col.icons as icon}
<div class="icon">
<a href="{icon.link}" target="_blank">
<a href="{icon.link}" style="text-decoration: none;" target="_blank">
<img src="{`${apiBaseURL}page/${pageId}/${icon.icon?.src}`}" alt="img" />
</a>
</div>