File tree 10 files changed +12
-11
lines changed
10 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -125,14 +125,15 @@ class CarbonAdNative extends PureComponent {
125
125
/>
126
126
127
127
{ /* Impression */ }
128
- < img alt = "Ad" src = { `${ ad . statimp } ` } style = { { display : 'none' } } />
128
+ < img alt = "Ad" src = { `${ ad . statimp } ` } style = { { display : 'none' } } />
129
129
130
130
{ /* Pixel */ }
131
131
{ ad . pixel &&
132
132
ad . pixel
133
133
. split ( '||' )
134
134
. map ( ( pixel , i ) => (
135
- < img alt = "Ad"
135
+ < img
136
+ alt = "Ad"
136
137
key = { i }
137
138
src = { `${ pixel . replace ( '[timestamp]' , ad . timestamp ) } ` }
138
139
style = { { display : 'none' } }
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export default class MenuExamplePointing extends Component {
35
35
</ Menu >
36
36
37
37
< Segment >
38
- < img alt = "Wireframe" src = '/images/wireframe/paragraph.png' />
38
+ < img alt = "Wireframe" src = '/images/wireframe/paragraph.png' />
39
39
</ Segment >
40
40
</ div >
41
41
)
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export default class MenuExampleSecondaryPointing extends Component {
37
37
</ Menu >
38
38
39
39
< Segment >
40
- < img alt = "Wireframe" src = '/images/wireframe/media-paragraph.png' />
40
+ < img alt = "Wireframe" src = '/images/wireframe/media-paragraph.png' />
41
41
</ Segment >
42
42
</ div >
43
43
)
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ export default class MenuExampleTabularOnTop extends Component {
34
34
</ Menu >
35
35
36
36
< Segment attached = 'bottom' >
37
- < img alt = "Wireframe" src = '/images/wireframe/paragraph.png' />
37
+ < img alt = "Wireframe" src = '/images/wireframe/paragraph.png' />
38
38
</ Segment >
39
39
</ div >
40
40
)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const ButtonExampleVerticallyAttached = () => (
5
5
< div >
6
6
< Button attached = 'top' > Top</ Button >
7
7
< Segment attached >
8
- < img alt = "Wireframe" src = '/images/wireframe/paragraph.png' />
8
+ < img alt = "Wireframe" src = '/images/wireframe/paragraph.png' />
9
9
</ Segment >
10
10
< Button attached = 'bottom' > Bottom</ Button >
11
11
</ div >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const LabelExampleImage = () => (
14
14
< Label . Detail > Friend</ Label . Detail >
15
15
</ Label >
16
16
< Label as = 'a' color = 'yellow' image >
17
- < img alt = "avatar" src = '/images/avatar/small/christian.jpg' />
17
+ < img alt = "avatar" src = '/images/avatar/small/christian.jpg' />
18
18
Christian
19
19
< Label . Detail > Co-worker</ Label . Detail >
20
20
</ Label >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ const LabelExampleBasic = () => (
10
10
Pointing
11
11
</ Label >
12
12
< Label as = 'a' basic image >
13
- < img alt = "avatar" src = '/images/avatar/small/elliot.jpg' />
13
+ < img alt = "avatar" src = '/images/avatar/small/elliot.jpg' />
14
14
Elliot
15
15
</ Label >
16
16
< Label as = 'a' basic color = 'red' pointing >
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ const FeedExampleImageLabel = () => (
5
5
< Feed >
6
6
< Feed . Event >
7
7
< Feed . Label >
8
- < img alt = "avatar" src = '/images/avatar/small/elliot.jpg' />
8
+ < img alt = "avatar" src = '/images/avatar/small/elliot.jpg' />
9
9
</ Feed . Label >
10
10
< Feed . Content >
11
11
You added Elliot Fu to the group < a > Coworkers</ a >
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ const FeedExampleSizeLarge = () => (
44
44
45
45
< Feed . Extra images >
46
46
< a >
47
- < img alt = "Wireframe" src = '/images/wireframe/image.png' />
47
+ < img alt = "Wireframe" src = '/images/wireframe/image.png' />
48
48
</ a >
49
49
< a >
50
50
< img alt = "Wireframe" src = '/images/wireframe/image.png' />
Original file line number Diff line number Diff line change @@ -558,7 +558,7 @@ const ResponsiveLayout = () => (
558
558
A description which may flow for several lines and give context to the content.
559
559
</ Item . Description >
560
560
< Item . Extra >
561
- < Image avatar circular alt = "Wireframe" src = '/images/wireframe/square-image.png' />
561
+ < Image avatar circular alt = "Wireframe" src = '/images/wireframe/square-image.png' />
562
562
Username
563
563
</ Item . Extra >
564
564
</ Item . Content >
You can’t perform that action at this time.
0 commit comments