make channel thumbnails clickable on claim tiles

This commit is contained in:
Sean Yesmunt 2020-01-28 14:56:47 -05:00
parent 01e6fe8e68
commit 16d52b1231
2 changed files with 4 additions and 1 deletions

View file

@ -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 />

View file

@ -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);