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

Commit b77d544

Browse files
committed
Fixed find challenges link
1 parent c372c5f commit b77d544

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

app/profile/about/about.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
div
4141
.text {{track | track}}
4242
.description Compete in challenges to win money, test yourself against the world's best, and learn new skills. Your performance rating will show up here.
43-
button.link-button(ui-sref="settings.profile") FIND CHALLENGES
43+
a.link-button(href="/challenges") FIND CHALLENGES
4444

4545
.track(
4646
ng-repeat="track in profileVm.profile.tracks",

assets/css/profile/about.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
display: flex;
55
flex-direction: column;
66

7+
.empty-state {
8+
a.link-button {
9+
margin-top: 20px;
10+
@include button-1-l;
11+
}
12+
}
13+
714
.activity {
815
font-size: 18px;
916
line-height: 21px;

0 commit comments

Comments
 (0)