diff --git a/app/profile/about/about.jade b/app/profile/about/about.jade index 96e597cbb..3620dbc49 100644 --- a/app/profile/about/about.jade +++ b/app/profile/about/about.jade @@ -35,7 +35,7 @@ .empty-state(ng-if="!profileVm.numProjects") .action-text Start competing within the community .tracks - .track(ng-repeat="track in ['DEVELOP', 'DESIGN', 'DATA_SCIENCE']") + .track.noclick(ng-repeat="track in ['DEVELOP', 'DESIGN', 'DATA_SCIENCE']") div(class="{{profileVm.imgMap[track]}}-icon") div .text {{track | track}} diff --git a/assets/css/profile/about.scss b/assets/css/profile/about.scss index 21040df92..03a42468c 100644 --- a/assets/css/profile/about.scss +++ b/assets/css/profile/about.scss @@ -36,6 +36,10 @@ align-items: center; cursor: pointer; + &.noclick { + cursor: default; + } + .name { span { } @@ -147,6 +151,10 @@ justify-content: space-between; width: 50%; .track { + .text { + margin-top: 15px; + text-transform: uppercase; + } } } .description {