Skip to content

Commit

Permalink
Fix Guardian Games start icon
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfried committed Mar 9, 2024
1 parent 48f6a40 commit 3316925
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/app/pipes/milestone.pipe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ export class MilestonePipe implements PipeTransform {
return ' | Season of the Chosen | H.E.L.M. Opens | Behemoth & Hailstone Battlegrounds'
case '2021-2-16':
case '2021-02-16':
return ' | Foothold Battleground | Exotic Quest: Dead Man\'s Tale'
return " | Foothold Battleground | Exotic Quest: Dead Man's Tale"
case '2021-2-23':
case '2021-02-23':
return ' | Oracle Battleground'
Expand Down Expand Up @@ -601,7 +601,7 @@ export class MilestonePipe implements PipeTransform {
return ' | Season of the Witch'
case '2023-9-1':
case '2023-09-01':
return ' | Crota\'s End Raid'
return " | Crota's End Raid"
case '2023-9-5':
case '2023-09-05':
case '2023-10-10':
Expand All @@ -611,7 +611,7 @@ export class MilestonePipe implements PipeTransform {
return ' | Season of the Wish'
case '2023-12-1':
case '2023-12-01':
return ' | Warlord\'s Ruin Dungeon'
return " | Warlord's Ruin Dungeon"
case '2023-12-5':
case '2023-12-05':
return ' | Iron Banner'
Expand All @@ -623,10 +623,10 @@ export class MilestonePipe implements PipeTransform {
case '2024-01-02':
case '2024-1-23':
case '2024-01-23':
return ' | Iron Banner'
return ' | Iron Banner'
case '2024-1-30':
case '2024-01-30':
return ' | Riven\'s Wishes'
return " | Riven's Wishes"
case '2024-3-5':
case '2024-03-05':
return ' | Guardian Games All-Stars'
Expand Down Expand Up @@ -721,8 +721,8 @@ export class MilestonePipe implements PipeTransform {
case '2022-05-03':
case '2023-5-2':
case '2023-05-02':
case '2024-3-4':
case '2024-03-04':
case '2024-3-5':
case '2024-03-05':
return (classes += 'guardian-games')
case '2020-6-9':
case '2020-06-09':
Expand Down

0 comments on commit 3316925

Please sign in to comment.