Skip to content

Commit 075edfd

Browse files
committed
Merge branch 'main' into shadertoy
2 parents e5f92cb + 2ab0dd9 commit 075edfd

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)