fix small detail

This commit is contained in:
2023-12-14 17:22:06 +01:00
parent 90a5cd58b8
commit 268157b249

View File

@@ -200,7 +200,7 @@ async function suggest() {
</div>
<p class="relative z-10 mt-4 flex text-sm font-medium items-center" :class="getColor()">
<UIcon name="i-ph-link-bold" />
<span class="ml-2">{{ talent.website.replace('https://', '') }}</span>
<span class="ml-2">{{ talent.website.replace('https://', '').replace('/', '') }}</span>
</p>
</div>
</div>