fix: replace arrow symbol with icon css in author profile link
All checks were successful
Build and Push Backend Image / build (push) Successful in 43s
Build and Push Frontend Image / build (push) Successful in 4m12s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-07 19:03:41 +01:00
parent b78831231d
commit ae0929ad06

View File

@@ -156,8 +156,9 @@
<p class="text-sm text-muted-foreground mb-3 leading-relaxed">{author.description}</p> <p class="text-sm text-muted-foreground mb-3 leading-relaxed">{author.description}</p>
{/if} {/if}
{#if author.slug} {#if author.slug}
<a href="/models/{author.slug}" class="text-sm text-primary hover:underline"> <a href="/models/{author.slug}" class="inline-flex items-center gap-1 text-sm text-primary hover:underline">
View profile View profile
<span class="icon-[ri--arrow-right-line] w-3.5 h-3.5"></span>
</a> </a>
{/if} {/if}
</div> </div>