Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
clas 2025-06-02 17:31:13 +08:00 committed by GitHub
parent 5bbfb3ae53
commit 931cb6ee01
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@ const getCover = (post: MarkdownInstance<Post>) => {
<img
class="rounded-xl sm:rounded-[20px] w-[105px] sm:w-[264px] xl:w-[295px] aspect-video overflow-hidden bg-gray-100 object-cover object-center archive-cover"
src={getCover(v).url}
alt={getCover(v).url}
alt={getCover(v).alt}
/>
</div>
<div class="flex flex-col gap-2">