Skip to content

Commit 27e5274

Browse files
committed
🐛 update title
1 parent 53ed67d commit 27e5274

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/Card.astro

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ const { pic, desc, date } = post.frontmatter;
1616
data-placeholder-background="linear-gradient(to bottom, var(--placeholder-gradient-start), var(--placeholder-gradient-end))"
1717
data-src={`${pic}?x-oss-process=image/resize,w_640/format,webp`}
1818
data-alt={title}
19-
alt={title}
2019
class="lozad block md:w-80 md:h-48 w-96 h-52 rounded-t-md"
2120
/>
2221
<div class="w-full flex justify-between items-center leading-tight pt-4 pl-3 pr-3">

0 commit comments

Comments
 (0)