Skip to content

Commit 4b2e96f

Browse files
committed
Update the icon path in SvgIconTest
1 parent 78cdaa9 commit 4b2e96f

File tree

1 file changed

+1
-1
lines changed
  • test/src/test/resources/lib/layout/SvgIconTest/TestRootAction

1 file changed

+1
-1
lines changed

test/src/test/resources/lib/layout/SvgIconTest/TestRootAction/index.jelly

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ THE SOFTWARE.
2626
<l:layout title="Usage of svgIcon">
2727
<l:main-panel>
2828
<div id="test-panel">
29-
<l:svgIcon href="${resURL}/images/material-icons/svg-sprite-action-symbol.svg#ic_search_24px" tooltip="${it.tooltipContent}" />
29+
<l:svgIcon href="${resURL}/images/svgs/go-up.svg#arrow" tooltip="${it.tooltipContent}" />
3030
</div>
3131
</l:main-panel>
3232
</l:layout>

0 commit comments

Comments
 (0)