Add new player button to top

This commit is contained in:
Michel ten Voorde
2024-10-24 14:21:08 +02:00
parent 644c483b47
commit 047715d791

View File

@@ -5,6 +5,10 @@
</mat-card-header> </mat-card-header>
--> -->
<mat-card-content> <mat-card-content>
<a mat-button routerLink="/players/add">
<mat-icon>person_add</mat-icon>
Nieuwe speler
</a>
<table class="table table-hover"> <table class="table table-hover">
<thead class="thead-dark"> <thead class="thead-dark">
<tr> <tr>