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

Commit e97535f

Browse files
sushilshindesushilshinde
sushilshinde
authored and
sushilshinde
committed
Changed to new image
1 parent 6101189 commit e97535f

File tree

4 files changed

+3
-678
lines changed

4 files changed

+3
-678
lines changed

Diff for: app/directives/page-state-header/page-state-header.jade

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
p Won in Prizes
1919
.badgeItem(ng-if="vm.dashboardAchievement")
2020
.dashboardBadge
21-
img( width=200 alt='{{vm.dashboardBadgeName}}' height=200 src=require("../../../assets/images/badge.svg"))
21+
img( width=200 alt='{{vm.dashboardBadgeName}}' height=200 src=require("../../../assets/images/badge.png"))

Diff for: assets/css/directives/badge-tooltip.scss

+2-1
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,8 @@ span.subBadge.selected {
680680
}
681681

682682
.dashboardBadge {
683-
background: url(../../images/badge.svg) no-repeat;
683+
background: url(../../images/badge.png) no-repeat;
684+
background-size: 70px 70px;
684685
width: 70px;
685686
height: 70px;
686687
img {

Diff for: assets/images/badge.png

338 KB
Loading

0 commit comments

Comments
 (0)