Skip to content

Commit

Permalink
UHF-8804: Remove extra link from SeeAllButton.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkkimaagi committed Sep 10, 2024
1 parent 710af08 commit 52495f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/react/apps/linkedevents/components/SeeAllButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ function SeeAllButton() {
data-hds-variant="secondary"
href={eventsUrl}
title={Drupal.t('Refine search in tapahtumat.hel.fi', {}, { context: 'Events search' })} />
<ExternalLink href={eventsUrl} title={<span>{Drupal.t('Open large version of the map', {}, {context: 'React search: result display'})}</span>} />
</div>
);
}
Expand Down

0 comments on commit 52495f2

Please sign in to comment.