Skip to content

Commit 79c2a58

Browse files
committed
chore: fix missing image
1 parent 6d05780 commit 79c2a58

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

examples/react-grid-live-data/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function App() {
6161
</BadgeContainer>
6262
</Button>
6363
<Avatar type="image">
64-
<img src={'https://www.telerik.com/kendo-react-ui-develop/components/images/kendoka-react.png'} alt="KendoReact Layout Kendoka Avatar" />
64+
<img src={require('./assets/kendoka.png')} alt="KendoReact Layout Kendoka Avatar" />
6565
</Avatar>
6666
</AppBarSection>
6767
</AppBar>
398 KB
Loading

0 commit comments

Comments
 (0)