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:
parent
8c2482ce63
commit
cfbdc62816
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue