This repository was archived by the owner on Nov 9, 2022. It is now read-only.
File tree 2 files changed +38
-24
lines changed
docs/latest/example-app/src
2 files changed +38
-24
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
- import TouchId2 from '@streamlinehq/streamlinehq/img/streamline-regular/interface-essential/touchid/touch-id-2.svg'
2
+ // For issues T-2244 and T-2234
3
+ import PieLineGraph from '@streamlinehq/streamlinehq/img/streamline-regular/interface-essential/dashboard/pie-line-graph.svg'
3
4
import AlertUser from '@streamlinehq/streamlinehq/img/streamline-regular/interface-essential/alerts/alert-user.svg'
4
5
import RadioactiveCircle from '@streamlinehq/streamlinehq/img/streamline-regular/interface-essential/alerts/radioactive-circle.svg'
5
6
import SatelliteSignal from '@streamlinehq/streamlinehq/img/streamline-regular/interface-essential/share/satellite-signal.svg'
@@ -58,14 +59,14 @@ const App = () => (
58
59
</ a >
59
60
</ h3 >
60
61
< figure >
61
- < code > { `import TouchId2 from '@streamlinehq/streamlinehq/img/streamline-regular/interface-essential/touchid/touch-id-2 .svg'` } </ code >
62
+ < code > { `import PieLineGraph from '@streamlinehq/streamlinehq/img/streamline-regular/interface-essential/dashboard/pie-line-graph .svg'` } </ code >
62
63
< code > { `
63
64
<div style={{ width: '200px' }}>
64
- <img src={TouchId2 } alt="Touch " />
65
+ <img src={PieLineGraph } alt="Pie line graph " />
65
66
</div>
66
67
` } </ code >
67
68
< div style = { { width : '200px' } } >
68
- < img src = { TouchId2 } alt = "Touch " />
69
+ < img src = { PieLineGraph } alt = "Pie line graph " />
69
70
</ div >
70
71
< figcaption >
71
72
Imported as an image, nothing is changed (note that it takes all
You can’t perform that action at this time.
0 commit comments