mirror of
https://github.com/sct/overseerr.git
synced 2026-01-01 10:32:41 +01:00
style: add new tailwind prettier plugin (#2465)
This commit is contained in:
@@ -47,7 +47,7 @@ const DiscoverTvNetwork: React.FC = () => {
|
||||
<div className="mt-1 mb-5">
|
||||
<Header>
|
||||
{firstResultData?.network.logoPath ? (
|
||||
<div className="flex justify-center mb-6">
|
||||
<div className="mb-6 flex justify-center">
|
||||
<img
|
||||
src={`//image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)${firstResultData.network.logoPath}`}
|
||||
alt={firstResultData.network.name}
|
||||
|
||||
@@ -47,7 +47,7 @@ const DiscoverMovieStudio: React.FC = () => {
|
||||
<div className="mt-1 mb-5">
|
||||
<Header>
|
||||
{firstResultData?.studio.logoPath ? (
|
||||
<div className="flex justify-center mb-6">
|
||||
<div className="mb-6 flex justify-center">
|
||||
<img
|
||||
src={`//image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)${firstResultData.studio.logoPath}`}
|
||||
alt={firstResultData.studio.name}
|
||||
|
||||
Reference in New Issue
Block a user