Deposit - add external icon to external "Zenodo Repository" link

This commit is contained in:
Alex-Coded4 2022-07-07 09:57:11 +03:00
parent ad15aaae31
commit b53d453785
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ import {FullScreenModalComponent} from '../utils/modal/full-screen-modal/full-sc
</div>
<div *ngIf="!zenodoInformation.shareInZenodoUrl"
class="uk-card-footer uk-padding-small uk-tile-primary uk-flex uk-flex-center uk-light">
<a class="uk-button uk-button-text" [href]="zenodoInformation.url" target="_blank">
<a class="uk-button uk-button-text custom-external" [href]="zenodoInformation.url" target="_blank">
Zenodo Repository
</a>
</div>