Skip to content

Commit 8b64bc9

Browse files
committed
Update page summary component
1 parent 0df1903 commit 8b64bc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/components/pages/summary.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def content(**)
5757
def image(**)
5858
div(**) do
5959
figure(class: "page-summary--image") do
60-
image_tag @image
60+
image_tag @image, class: "w-full"
6161
end
6262
rescue
6363
ActionView::Template::Error

0 commit comments

Comments
 (0)