File tree Expand file tree Collapse file tree 1 file changed +16
-7
lines changed
__tests__/shared/components/challenge-detail/Winners/Winner/__snapshots__ Expand file tree Collapse file tree 1 file changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,6 @@ exports[`Matches shallow shapshot shapshot 1 1`] = `
41
41
</a >
42
42
</div >
43
43
</div >
44
- <button
45
- className = " src-shared-components-challenge-detail-Winners-Winner-___style__download___18Ej7 src-shared-components-challenge-detail-Winners-Winner-___style__MM___11EYN"
46
- onClick = { [Function ]}
47
- type = " button"
48
- >
49
- Download
50
- </button >
51
44
</div >
52
45
</div >
53
46
<div
@@ -60,5 +53,21 @@ exports[`Matches shallow shapshot shapshot 1 1`] = `
60
53
200
61
54
</div >
62
55
</div >
56
+ <div
57
+ className = " src-shared-components-challenge-detail-Winners-Winner-___style__download-container___OXVza"
58
+ >
59
+ <button
60
+ onClick = { [Function ]}
61
+ type = " button"
62
+ >
63
+ <DownloadIcon
64
+ fill = " none"
65
+ height = " 18"
66
+ viewBox = " 0 0 18 18"
67
+ width = " 18"
68
+ xmlns = " http://www.w3.org/2000/svg"
69
+ />
70
+ </button >
71
+ </div >
63
72
</div >
64
73
` ;
You can’t perform that action at this time.
0 commit comments