Skip to content

Commit 1e6e987

Browse files
committed
refactor(blog): rounded thumbnails
1 parent 4d3e38d commit 1e6e987

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/blog.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pub fn Blog() -> impl IntoView {
2727
children=move |org_post| {
2828
view! {
2929
<div class="py-6 flex flex-row gap-6 md:gap-10 items-start">
30-
<img class="h-25 w-25 object-cover" src=org_post.thumbnail />
30+
<img class="h-25 w-25 object-cover avatar rounded" src=org_post.thumbnail />
3131
<div class="w-full flex flex-col gap-4">
3232
<div class="flex justify-between">
3333
<h2 class="text-2xl font-bold">

0 commit comments

Comments
 (0)