Skip to content

Commit

Permalink
feat: only android
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Jan 13, 2024
1 parent 532c45f commit 653952e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TopHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function TopHeader({title}: { title: string }) {
}
}
return <div className={"flex flex-row justify-between items-center w-screen py-3"}>
{unknownWindow ? <div className={"px-3"} onClick={onReturn}>
{unknownWindow?.android ? <div className={"px-3"} onClick={onReturn}>
<FontAwesomeIcon color={"blue"} icon={faChevronLeft} className={"text-white text-base"}/>
</div> : <div className={"w-8"}/>}
<a className={"text-center text-base text-white"}>
Expand Down

0 comments on commit 653952e

Please sign in to comment.