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

Commit 3cdd4cb

Browse files
author
Nick Litwin
committed
Fix lowercase i on ios
1 parent 1450fe8 commit 3cdd4cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/directives/ios-card/ios-card.directive.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
header
55
a(ng-href="https://www.{{DOMAIN}}/challenge-details/{{challenge.id}}/?type={{challenge.track}}") {{challenge.name}}
66

7-
p iOS {{challenge.track}}
7+
p #[span iOS] {{challenge.track}}
88

99
.challenge-details
1010
p.prize-money(ng-show="challenge.reviewType === 'PEER'") Peer Review Challenge

assets/css/directives/ios-card.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@
4040
font-size: 11px;
4141
line-height: 13px;
4242
text-transform: uppercase;
43+
44+
span {
45+
text-transform: none;
46+
}
4347
}
4448
}
4549

0 commit comments

Comments
 (0)