File tree Expand file tree Collapse file tree 1 file changed +41
-39
lines changed
tests/renderer/components/__snapshots__ Expand file tree Collapse file tree 1 file changed +41
-39
lines changed Original file line number Diff line number Diff line change @@ -29,39 +29,40 @@ exports[`CreditsSettings component renders 1`] = `
29
29
>
30
30
<Blueprint3.Card
31
31
className = " contributor"
32
- elevation = { 0 }
32
+ elevation = { 2 }
33
33
interactive = { true }
34
34
key = " felixrieseberg"
35
35
onClick = { [Function ]}
36
36
>
37
37
<div
38
- className = " avatar"
39
- style = {
40
- Object {
41
- " backgroundImage" : " url(https://avatars3.githubusercontent.com/u/1426799?v=4)" ,
42
- }
43
- }
44
- />
45
- <div
46
- className = " details"
38
+ className = " header"
47
39
>
48
- <h5
49
- className = " name"
50
- >
51
- Felix Rieseberg
52
- </h5 >
53
- <p
54
- className = " location"
55
- >
56
- 📍
57
- San Francisco
58
- </p >
59
- <small
60
- className = " bio"
40
+ <img
41
+ alt = " avatar"
42
+ className = " avatar"
43
+ src = " https://avatars3.githubusercontent.com/u/1426799?v=4"
44
+ />
45
+ <div
46
+ className = " info"
61
47
>
62
- 🙇 ✨🌳
63
- </small >
48
+ <p
49
+ className = " name"
50
+ >
51
+ Felix Rieseberg
52
+ </p >
53
+ <p
54
+ className = " location"
55
+ >
56
+ 📍
57
+ San Francisco
58
+ </p >
59
+ </div >
64
60
</div >
61
+ <p
62
+ className = " bio"
63
+ >
64
+ 🙇 ✨🌳
65
+ </p >
65
66
</Blueprint3.Card >
66
67
</div >
67
68
</div >
@@ -81,27 +82,28 @@ exports[`CreditsSettings component renders for contributors with less data 1`] =
81
82
>
82
83
<Blueprint3.Card
83
84
className = " contributor"
84
- elevation = { 0 }
85
+ elevation = { 2 }
85
86
interactive = { true }
86
87
key = " felixrieseberg"
87
88
onClick = { [Function ]}
88
89
>
89
90
<div
90
- className = " avatar"
91
- style = {
92
- Object {
93
- " backgroundImage" : " url(https://avatars3.githubusercontent.com/u/1426799?v=4)" ,
94
- }
95
- }
96
- />
97
- <div
98
- className = " details"
91
+ className = " header"
99
92
>
100
- <h5
101
- className = " name"
93
+ <img
94
+ alt = " avatar"
95
+ className = " avatar"
96
+ src = " https://avatars3.githubusercontent.com/u/1426799?v=4"
97
+ />
98
+ <div
99
+ className = " info"
102
100
>
103
- felixrieseberg
104
- </h5 >
101
+ <p
102
+ className = " name"
103
+ >
104
+ felixrieseberg
105
+ </p >
106
+ </div >
105
107
</div >
106
108
</Blueprint3.Card >
107
109
</div >
You can’t perform that action at this time.
0 commit comments