Skip to content

Commit 7e7639b

Browse files
committed
refactor: refactor img
1 parent 4a04b62 commit 7e7639b

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

layouts/_default/testimonials.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="row">
55
<div class="col-xl-6 col-12">
66
<div class="post-image">
7-
{{ partial "asset-image" (dict "src" "testimonial/testimonial-awards.png" "alt" "" "size" "600x") }}
7+
{{ partial "asset-image" (dict "src" "testimonial/testimonial-header.png" "alt" "" "size" "600x") }}
88
</div>
99
</div>
1010
<div class="post-header-left col-xl-6 col-12 d-flex align-items-center">

layouts/partials/sections/testimonials.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h2 class="fs-1 fw-bold text-center text-light">
1010
<div class="row">
1111
{{ range $i, $e := first 1 .content.list }}
1212
<div class="col-12 col-xl-5 d-flex flex-column justify-content-center">
13-
{{ partial "asset-image" (dict "src" "testimonial/testimonial-awards.png" "alt" "" "size" "500x") }}
13+
{{ partial "asset-image" (dict "src" "testimonial/testimonial-header.png" "alt" "" "size" "500x") }}
1414
</div>
1515
<div class="col-12 col-xl-7 d-flex flex-column justify-content-center">
1616
<div class="pb-2">

0 commit comments

Comments
 (0)