mirror of
https://github.com/movie-web/native-app.git
synced 2025-09-13 12:23:24 +00:00
chore: apparently this was fine the way it was, back button works
This commit is contained in:
@@ -18,7 +18,7 @@ interface HeaderProps {
|
|||||||
|
|
||||||
export const Header = ({ data }: HeaderProps) => {
|
export const Header = ({ data }: HeaderProps) => {
|
||||||
return (
|
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" />
|
<BackButton className="w-36" />
|
||||||
<Text className="font-bold">
|
<Text className="font-bold">
|
||||||
{data.season && data.episode
|
{data.season && data.episode
|
||||||
|
Reference in New Issue
Block a user