Skip to content

Commit

Permalink
update: add url to TUGO in person view modal
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsofshiva committed Jan 31, 2025
1 parent 8624fa7 commit 00db1a4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/objectTypes/person.js
Original file line number Diff line number Diff line change
Expand Up @@ -538,13 +538,15 @@ class CabinetViewElement extends BaseViewElement {
${i18n.t('sync-hit')}: ${Intl.DateTimeFormat('de').format(new Date())}
</div>
<div class="sync-tu-button">
<button no-spinner-on-click class="button" href="${hit.person.coUrl}">
<a href="${hit.person.coUrl}">
<button no-spinner-on-click class="button">
<dbp-icon title='${i18n.t('TUGO')}'
aria-label='${i18n.t('TUGO')}'
name='link'>
</dbp-icon>
TUGO
</button>
</a>
</div>
</div>
<div class="modal-Gi-header-container">
Expand Down

0 comments on commit 00db1a4

Please sign in to comment.