1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-20 14:37:43 +01:00

remove rounded surrounding div in renderMovies

This commit is contained in:
Captain Jack Sparrow 2024-04-10 12:07:53 +00:00
parent 8c2482ce63
commit cfbdc62816

View file

@ -252,7 +252,7 @@ export function Discover() {
? `${category} Shows`
: `${category} Movies`;
return (
<div className="relative overflow-hidden mt-2 rounded-xl">
<div className="relative overflow-hidden mt-2">
<h2 className="text-2xl font-bold text-white sm:text-3xl md:text-2xl mx-auto pl-5">
{displayCategory}
</h2>