Skip to content

Commit

Permalink
Update guardian3d.component.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfried authored Sep 2, 2023
1 parent bbde08c commit 445765f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/guardian3d/guardian3d.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,12 @@ export class Guardian3DComponent implements OnInit, OnDestroy {
year: [],
}
this.seasons = [
{
number: 22,
name: 'Season of the Witch',
days: [],
startDate: new Date('2023-08-22'),
},
{
number: 21,
name: 'Season of the Deep',
Expand Down

0 comments on commit 445765f

Please sign in to comment.