mirror of
https://github.com/m1ngsama/FUJI.git
synced 2025-12-24 10:51:27 +00:00
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
5bbfb3ae53
commit
931cb6ee01
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Reference in a new issue