pull/3611/merge
Alishan Ladhani 1 month ago committed by GitHub
commit 1de3656a78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -90,6 +90,16 @@ const ExternalLinkBlock = ({
<TraktLogo /> <TraktLogo />
</a> </a>
)} )}
{tmdbId && (
<a
href={`https://letterboxd.com/tmdb/${tmdbId}/`}
className="w-8 opacity-50 transition duration-300 hover:opacity-100"
target="_blank"
rel="noreferrer"
>
<TraktLogo />
</a>
)}
</div> </div>
); );
}; };

Loading…
Cancel
Save