make channel thumbnails clickable on claim tiles
This commit is contained in:
parent
01e6fe8e68
commit
16d52b1231
2 changed files with 4 additions and 1 deletions
|
@ -175,7 +175,9 @@ function ClaimPreviewTile(props: Props) {
|
|||
</div>
|
||||
) : (
|
||||
<React.Fragment>
|
||||
<ChannelThumbnail thumbnailPreview={channelThumbnail} />
|
||||
<UriIndicator uri={uri} link>
|
||||
<ChannelThumbnail thumbnailPreview={channelThumbnail} />
|
||||
</UriIndicator>
|
||||
|
||||
<div className="claim-tile__about">
|
||||
<UriIndicator uri={uri} link />
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
align-items: center;
|
||||
font-size: var(--font-small);
|
||||
color: var(--color-text-help);
|
||||
margin-left: var(--spacing-small);
|
||||
|
||||
& > *:not(:last-child) {
|
||||
margin-right: var(--spacing-small);
|
||||
|
|
Loading…
Reference in a new issue