mirror of
https://github.com/TomasiDeveloping/PlayerManagement.git
synced 2026-04-16 17:22:21 +00:00
pdf docu
This commit is contained in:
parent
b753cc0c68
commit
52f9e85eb5
@ -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>
|
||||
|
||||
@ -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;
|
||||
|
||||
BIN
Ui/src/assets/docs/player-manager-doc-en.pdf
Normal file
BIN
Ui/src/assets/docs/player-manager-doc-en.pdf
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user