pull/3611/merge
Alishan Ladhani 2 weeks 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 />
</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>
);
};

Loading…
Cancel
Save