We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5652be commit 3e2c97dCopy full SHA for 3e2c97d
samples/grids/grid/cell-merge/src/index.tsx
@@ -39,15 +39,15 @@ export default function App() {
39
if (ctx.cell.value) {
40
return (
41
<img
42
- src="https://dl.infragistics.com/x/img/gridactive.png"
+ src="https://dl.infragistics.com/x/img/grid/active.png"
43
title="Continued"
44
alt="Continued"
45
/>
46
);
47
} else {
48
49
50
- src="https://dl.infragistics.com/x/img/gridexpired.png"
+ src="https://dl.infragistics.com/x/img/grid/expired.png"
51
title="Discontinued"
52
alt="Discontinued"
53
0 commit comments