mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[CST-5668] use orcid icon as button
This commit is contained in:
@@ -2,5 +2,5 @@
|
|||||||
[ngbTooltip]="'item.page.orcid.tooltip' | translate"
|
[ngbTooltip]="'item.page.orcid.tooltip' | translate"
|
||||||
[routerLink]="[pageRoute, 'orcid']"
|
[routerLink]="[pageRoute, 'orcid']"
|
||||||
class="btn btn-dark btn-sm"
|
class="btn btn-dark btn-sm"
|
||||||
role="button" >{{'item.page.orcid.title' | translate}}
|
role="button" ><i class="fab fa-orcid fa-lg"></i>
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user