Skip to content

Commit

Permalink
fix: resolve issue where object was used as an array
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Nov 7, 2023
1 parent bde0bf9 commit 00f36ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/php/Component/Segment/components/image.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'keepContent' => true,
'keepWrapper' => false,
'attributeList' => [
'aria-label' => $lang['visit'] . ': ' . $link,
'aria-label' => $lang->visit . ': ' . $link,
]
])
<div class="{{ $baseClass }}__image {{ $imageClass }}" style="{{ $imageStyleString }}"></div>
Expand Down

0 comments on commit 00f36ae

Please sign in to comment.