File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/containers/CourseCard/components/__snapshots__ Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
exports [` CourseCardImage snapshot renders clickable link course Image 1` ] = `
4
4
<a
5
- className = " pgn__card-wrapper-image-cap overflow-visible orientation"
5
+ className = " pgn__card-wrapper-image-cap d-inline-block overflow-visible orientation"
6
6
href = " home-url"
7
7
onClick = {
8
8
{
@@ -18,7 +18,7 @@ exports[`CourseCardImage snapshot renders clickable link course Image 1`] = `
18
18
<Fragment >
19
19
<img
20
20
alt = " Course thumbnail"
21
- className = " pgn__card-image-cap show"
21
+ className = " pgn__card-image-cap w-100 show"
22
22
src = " banner-img-src"
23
23
/>
24
24
<span
@@ -43,12 +43,12 @@ exports[`CourseCardImage snapshot renders clickable link course Image 1`] = `
43
43
44
44
exports [` CourseCardImage snapshot renders disabled link 1` ] = `
45
45
<div
46
- className = " pgn__card-wrapper-image-cap overflow-visible orientation"
46
+ className = " pgn__card-wrapper-image-cap d-inline-block overflow-visible orientation"
47
47
>
48
48
<Fragment >
49
49
<img
50
50
alt = " Course thumbnail"
51
- className = " pgn__card-image-cap show"
51
+ className = " pgn__card-image-cap w-100 show"
52
52
src = " banner-img-src"
53
53
/>
54
54
<span
You can’t perform that action at this time.
0 commit comments