This commit is contained in:
Tomasi - Developing 2025-05-08 14:16:57 +02:00
parent b753cc0c68
commit 52f9e85eb5
3 changed files with 8 additions and 1 deletions

View File

@ -71,6 +71,13 @@
<button [disabled]="loginForm.invalid" class="btn" type="submit">
<i class="bi bi-box-arrow-in-right"></i> Log In
</button>
<!-- Documentation link -->
<div class="mt-3 text-center">
<a href="../../../assets/docs/player-manager-doc-en.pdf" target="_blank" class="custom-link text-info text-decoration-none">
📘 View Documentation
</a>
</div>
</form>
</div>
</div>

View File

@ -113,7 +113,7 @@ export class VsDuelComponent implements OnInit {
if (response.data) {
response.data.forEach((vsDuel: VsDuelModel) => {
if (this._weekPipe.transform(vsDuel.eventDate) === this._weekPipe.transform(new Date())) {
this.currentWeekDuelExists = true;
//this.currentWeekDuelExists = true;
}
})
this.vsDuels = response.data;

Binary file not shown.