Skip to content

Commit

Permalink
Minor: Idendation issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinfrances107 committed Jun 23, 2024
1 parent 79c0308 commit 086b91e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/component/image_gallery.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ pub fn ImageGallery(entries: Signal<Vec<SRElem>>) -> impl IntoView {
let description_escaped = data.description.replace('"', "");
view!{
<img
alt={&description_escaped}
class="aspect-square mx-auto w-[274px] h-[160px]"
src={&data.url}
title={description_escaped}
alt={&description_escaped}
class="aspect-square mx-auto w-[274px] h-[160px]"
src={&data.url}
title={description_escaped}
/>
}
}
Expand Down

0 comments on commit 086b91e

Please sign in to comment.