Update the style of the anchor

This commit is contained in:
Sébastien ANDRE
2023-09-22 17:24:53 +02:00
parent 1bae88cd13
commit 9a237fc73a
2 changed files with 7 additions and 22 deletions

View File

@@ -1,17 +1 @@
<div class="content">
<p>
<a routerLink="/summary" routerLinkActive="active" skipLocationChange>
<mat-icon aria-hidden="false" aria-label="Summary" style="font-size: 256px;">timeline</mat-icon>
</a>
</p>
<p>
<a routerLink="/newjump" routerLinkActive="active" skipLocationChange>
<mat-icon aria-hidden="false" aria-label="Add jumps" style="font-size: 256px;">add_circle</mat-icon>
</a>
</p>
<p>
<a routerLink="/jumps" routerLinkActive="active" skipLocationChange>
<mat-icon aria-hidden="false" aria-label="List of jumps" style="font-size: 256px;">list_alt</mat-icon>
</a>
</p>
</div>
<div class="content"></div>