Skip to content

Commit 2ab0dd9

Browse files
committed
fix: try fixing authors images
1 parent ab63581 commit 2ab0dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/TheCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ defineProps<{
5151
</div>
5252
<footer class="flex px-4 pb-4 gap-4">
5353
<div class="flex items-center">
54-
<NuxtImg
54+
<img
5555
:src="author.avatar"
5656
class="border-2 border-gray-200 w-8 h-8 mr-4 rounded-full"
5757
/>

0 commit comments

Comments
 (0)