Next Sprint. Juhuuu!

This commit is contained in:
2025-11-17 23:37:34 +01:00
parent fba895a3bb
commit 4408bc9b84
2 changed files with 51 additions and 51 deletions

View File

@@ -7,7 +7,7 @@ import { Component } from '@angular/core';
styleUrl: './main.component.css'
})
export class MainComponent {
currentSprint = 3;
currentSprint = 4;
isCompleted(index: number): boolean {
return index <= this.currentSprint;