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
1ec84f6fa0
commit
5bbfb3ae53
1 changed files with 1 additions and 2 deletions
|
|
@ -63,10 +63,9 @@ const getCover = (post: MarkdownInstance<Post>) => {
|
|||
<a class="flex items-start sm:items-center gap-4 sm:gap-6 py-8 no-underline appearance-none text-gray-900 cursor-pointer" style="text-decoration:none" href={v.url}>
|
||||
<div class="">
|
||||
<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"
|
||||
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}
|
||||
class="archive-cover"
|
||||
/>
|
||||
</div>
|
||||
<div class="flex flex-col gap-2">
|
||||
|
|
|
|||
Loading…
Reference in a new issue