mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 04:20:53 +01:00
3be1fc6d0c
* converted collectibles files to nfts * updated relative import for scss * updated scss for pages
4 lines
125 B
JavaScript
4 lines
125 B
JavaScript
export const getCollectibleImageAlt = ({ name, tokenId, description }) => {
|
|
return description ?? `${name} ${tokenId}`;
|
|
};
|