jitsi shortened urls

This commit is contained in:
_Bastler
2021-06-09 09:16:47 +02:00
parent 86492f3590
commit e6742f1cc5
7 changed files with 40 additions and 19 deletions
@@ -36,8 +36,8 @@
<ng-container matColumnDef="url">
<th mat-header-cell *matHeaderCellDef mat-sort-header="url"> {{'urlshortener.url' | i18n}} </th>
<td mat-cell *matCellDef="let shortenedUrl">
<a mat-button color="accent" href="{{ shortenedUrl.url }}" target="_blank">
{{ shortenedUrl.url }}
<a mat-button color="primary" href="{{ shortenedUrl.url }}" target="_blank">
<span class="url">{{ shortenedUrl.url }}</span>
<mat-icon style="font-size: 1em;">open_in_new
</mat-icon>
</a>