Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 8c90d8d

Browse files
author
vikasrohit
committed
Merge branch 'dev' into feature/quick-fixes-after-ga-release
* dev: fixed dashboard links Fixed spacing on design cards
2 parents fba5dfc + 4bcdc2a commit 8c90d8d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

app/my-dashboard/srms/srms.jade

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ tc-section(state="vm.state")
1212
.flex-wrapper
1313
h2 Practice on past problems
1414

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
1616

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
1818

1919
a.tc-btn.tc-btn-s.tc-btn-wide.tc-btn-ghost(ng-href="https://www.{{DOMAIN}}/member-onboarding/learning-practicing-skills/") Learn More
2020

assets/css/directives/challenge-tile.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ challenge-tile .challenge.tile-view {
6161

6262
// roles bar is common for both active and completed
6363
.roles {
64-
width: 100%;
64+
width: 101%;
65+
border: 1px solid #e0e0e0;
66+
border-top: none;
6567
display: flex;
6668
flex-direction: row;
6769
justify-content: flex-start;

0 commit comments

Comments
 (0)