Add Letterboxd link

pull/3611/head
Alishan Ladhani 9 months ago committed by GitHub
parent c484810f96
commit 9ba9724110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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