This repository was archived by the owner on Mar 4, 2025. It is now read-only.
File tree 2 files changed +5
-3
lines changed 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ tc-section(state="vm.state")
12
12
.flex-wrapper
13
13
h2 Practice on past problems
14
14
15
- a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost ( ng-href ="https://community .{{DOMAIN}}/tc?module=ProblemArchive " ) Problem Archives
15
+ a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost ( ng-href ="https://arena .{{DOMAIN}}/#/u/practiceProblemList " ) Practice Problems
16
16
17
- a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost ( ng-href ="https://community.{{DOMAIN}}/wiki/display/tc/Algorithm+Problem+Set+Analysis " ) Match Editorials
17
+ a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost ( ng-href ="https://community.{{DOMAIN}}/tc?module=ProblemArchive " ) Problem Archive
18
18
19
19
a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost ( ng-href ="https://www.{{DOMAIN}}/member-onboarding/learning-practicing-skills/" ) Learn More
20
20
Original file line number Diff line number Diff line change @@ -61,7 +61,9 @@ challenge-tile .challenge.tile-view {
61
61
62
62
// roles bar is common for both active and completed
63
63
.roles {
64
- width : 100% ;
64
+ width : 101% ;
65
+ border : 1px solid #e0e0e0 ;
66
+ border-top : none ;
65
67
display : flex ;
66
68
flex-direction : row ;
67
69
justify-content : flex-start ;
You can’t perform that action at this time.
0 commit comments