File tree 4 files changed +0
-36
lines changed
__tests__/shared/components/Dashboard/SRM/__snapshots__
src/shared/components/Dashboard
CurrentActivity/Challenges
4 files changed +0
-36
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,6 @@ exports[`Matches shallow shapshot 1`] = `
60
60
<div
61
61
className = " src-shared-components-Dashboard-SRM-___styles__srms-links___JFdeQ"
62
62
>
63
- <a
64
- href = " https://www.topcoder-dev.com/my-srms/"
65
- >
66
- View Past SRMS
67
- </a >
68
63
<a
69
64
href = " https://arena.topcoder-dev.com"
70
65
>
Original file line number Diff line number Diff line change @@ -140,14 +140,6 @@ export default function Challenges({
140
140
/>
141
141
</ Sticky >
142
142
</ div >
143
- < div styleName = "linksContainer" >
144
- < a
145
- href = { `${ config . URL . BASE } /my-challenges/?status=completed` }
146
- styleName = "link"
147
- >
148
- Past Challenges
149
- </ a >
150
- </ div >
151
143
</ div >
152
144
) ;
153
145
}
Original file line number Diff line number Diff line change 21
21
}
22
22
}
23
23
24
- .link {
25
- @include tc-body-md ;
26
-
27
- & ,
28
- & :active ,
29
- & :focus ,
30
- & :visited {
31
- color : $tc-dark-blue-110 ;
32
- }
33
-
34
- & :hover {
35
- color : $tc-dark-blue-70 ;
36
- }
37
- }
38
-
39
- .linksContainer {
40
- padding : 30px 20px 0 ;
41
- text-align : center ;
42
- }
43
-
44
24
.loading {
45
25
margin : 40px 20px 30px ;
46
26
}
Original file line number Diff line number Diff line change @@ -43,9 +43,6 @@ const SRM = (props) => {
43
43
</ div >
44
44
</ section >
45
45
< div styleName = "srms-links" >
46
- < a href = { `${ config . URL . BASE } /my-srms/` } >
47
- View Past SRMS
48
- </ a >
49
46
< a href = { config . URL . ARENA } >
50
47
Launch Arena
51
48
</ a >
You can’t perform that action at this time.
0 commit comments