More styling
This commit is contained in:
parent
5724d9fcca
commit
4586b2ba5e
@ -9,7 +9,7 @@
|
|||||||
<h5 class="mt-3 mb-0 pl-3">Links</h5>
|
<h5 class="mt-3 mb-0 pl-3">Links</h5>
|
||||||
<mat-list>
|
<mat-list>
|
||||||
<mat-list-item *ngFor="let l of links">
|
<mat-list-item *ngFor="let l of links">
|
||||||
<a [href]="l.link">{{l.name}}</a>
|
<a target="_blank" [href]="l.link">{{l.name}}</a>
|
||||||
</mat-list-item>
|
</mat-list-item>
|
||||||
</mat-list>
|
</mat-list>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user