Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Merge branch 'development' of https://github.com/poap-xyz/poap-gallery
Browse files Browse the repository at this point in the history
…into release/v0.6.0
  • Loading branch information
Samanta Reinoso authored and Samanta Reinoso committed Mar 16, 2022
2 parents 4eaf2ed + b525f36 commit c81a9c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/event.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ const ExternalIconCell = ({url, icon, tooltipText = null}) => {
rel="noopener noreferrer"
aria-label={tooltipText}
data-cooltipz-dir="top"
data-cooltipz-disable-focus
style={{ position: "relative", width: 27 }}
>
<span>{icon}</span>
Expand All @@ -274,6 +275,7 @@ const ExternalLinkCell = ({ url, tooltipText = null, content }) => {
rel="noopener noreferrer"
aria-label={tooltipText}
data-cooltipz-dir="top"
data-cooltipz-disable-focus
style={{ position: "relative", width: 27 }}
>
<span>{shrinkAddress(content, width > 768 ? 20 : 10)}</span>
Expand Down

0 comments on commit c81a9c0

Please sign in to comment.