chore: apparently this was fine the way it was, back button works

This commit is contained in:
Adrian Castro
2024-02-13 15:33:54 +01:00
parent 15af963aaa
commit 5a23ffed69

View File

@@ -18,7 +18,7 @@ interface HeaderProps {
export const Header = ({ data }: HeaderProps) => {
return (
<Controls className="absolute top-0 z-10 flex w-full flex-row items-center justify-between px-6 pt-6">
<Controls className="absolute top-0 flex w-full flex-row items-center justify-between px-6 pt-6">
<BackButton className="w-36" />
<Text className="font-bold">
{data.season && data.episode