Skip to content

Commit

Permalink
Merge pull request #88 from SylentButDedly/master
Browse files Browse the repository at this point in the history
Fix compile and update a couple of dates
  • Loading branch information
chrisfried authored Nov 5, 2024
2 parents 1f826e0 + 18448bc commit eb74343
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/app/guardian/guardian.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
background-color: inherit;
}

&.10-year-anniversary:before {
&.ten-year-anniversary:before {
-webkit-mask-image: url('../../assets/icons/10-year-anniversary.png');
mask-image: url('../../assets/icons/10-year-anniversary.png');
background-color: inherit;
Expand Down
2 changes: 1 addition & 1 deletion src/app/guardian3d/guardian3d.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@
background-color: inherit;
}

&.10-year-anniversary:before {
&.ten-year-anniversary:before {
-webkit-mask-image: url('../../assets/icons/10-year-anniversary.png');
mask-image: url('../../assets/icons/10-year-anniversary.png');
background-color: inherit;
Expand Down
7 changes: 5 additions & 2 deletions src/app/pipes/milestone.pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -761,10 +761,12 @@ export class MilestonePipe implements PipeTransform {
return ' | Episode: Revenant - Act I'
case '2024-10-11':
return ' | Vesper\'s Host Dungeon'
case '2024-10-28':
case '2024-10-29':
return ' | Festival of the Lost'
case '2024-11-19':
return ' | Episode: Revenant - Act II'
case '2024-11-26':
return ' | Iron Banner'
case '2024-1-7':
case '2024-01-07':
return ' | Episode: Revenant - Act III'
Expand Down Expand Up @@ -1004,7 +1006,7 @@ export class MilestonePipe implements PipeTransform {
return (classes += 'episode-echoes')
case '2024-9-9':
case '2024-09-09':
return (classes += '10-year-anniversary')
return (classes += 'ten-year-anniversary')
case '2017-10-10':
case '2018-01-30':
case '2018-1-30':
Expand Down Expand Up @@ -1115,6 +1117,7 @@ export class MilestonePipe implements PipeTransform {
case '2024-04-02':
case '2024-7-2':
case '2024-07-02':
case '2024-11-26':
return (classes += 'iron-banner')
case '2024-10-8':
case '2024-10-08':
Expand Down

0 comments on commit eb74343

Please sign in to comment.