Skip to content

Commit 3e2c97d

Browse files
committed
Update index.tsx
1 parent d5652be commit 3e2c97d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/grids/grid/cell-merge/src/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ export default function App() {
3939
if (ctx.cell.value) {
4040
return (
4141
<img
42-
src="https://dl.infragistics.com/x/img/gridactive.png"
42+
src="https://dl.infragistics.com/x/img/grid/active.png"
4343
title="Continued"
4444
alt="Continued"
4545
/>
4646
);
4747
} else {
4848
return (
4949
<img
50-
src="https://dl.infragistics.com/x/img/gridexpired.png"
50+
src="https://dl.infragistics.com/x/img/grid/expired.png"
5151
title="Discontinued"
5252
alt="Discontinued"
5353
/>

0 commit comments

Comments
 (0)