Skip to content
This repository was archived by the owner on Feb 15, 2026. It is now read-only.

Commit 1a6125c

Browse files
authored
feat(studios): add a24 to studios list (#3902)
1 parent 14cf43d commit 1a6125c

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

  • src/components/Discover/StudioSlider

src/components/Discover/StudioSlider/index.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ const studios: Studio[] = [
7373
'https://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/2Tc1P3Ac8M479naPp1kYT3izLS5.png',
7474
url: '/discover/movies/studio/9993',
7575
},
76+
{
77+
name: 'A24',
78+
image:
79+
'https://image.tmdb.org/t/p/w780_filter(duotone,ffffff,bababa)/1ZXsGaFPgrgS6ZZGS37AqD5uU12.png',
80+
url: '/discover/movies/studio/41077',
81+
},
7682
];
7783

7884
const StudioSlider = () => {

0 commit comments

Comments
 (0)