Skip to content

Commit

Permalink
πŸ› Fix NFT Widget unable display title
Browse files Browse the repository at this point in the history
  • Loading branch information
nwingt committed Feb 8, 2023
1 parent 6857db9 commit 1377540
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/nft-widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export const NFTWidget = ({ title, coverImageSrc, url }: NFTWidgetProps) => {
backgroundColor: '#ffffff',
border: `2px solid ${Colors.GreyD8}`,
display: 'block',
fontSize: 16,
lineHeight: 24,
}}
>
<tr>
Expand Down

0 comments on commit 1377540

Please sign in to comment.