1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

fix(author-card): fix socials for the wrong index being rendered

This commit is contained in:
Andrey Nering
2025-08-09 17:50:33 -03:00
parent 8c58ffe130
commit 3ee1aefc7b

View File

@@ -7,7 +7,7 @@
<div class="author-socials">
<a
v-for="{ link, icon } in team[0].links"
v-for="{ link, icon } in author.links"
:key="link"
:href="link"
target="_blank"