diff options
author | dan <dan.abramov@gmail.com> | 2024-03-02 02:40:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-01 18:40:47 -0800 |
commit | b70c404d4b369d6fab0dfbafd6b31390ffd20014 (patch) | |
tree | 8ea8564948f7d2b7457e72cfa87471cf31105c52 /src/view/com/home/HomeHeaderLayoutMobile.tsx | |
parent | f2249614bee2dcc82ec2b4ecdd853dc3444e626c (diff) | |
download | voidsky-b70c404d4b369d6fab0dfbafd6b31390ffd20014.tar.zst |
Sticky desktop header (#3077)
Diffstat (limited to 'src/view/com/home/HomeHeaderLayoutMobile.tsx')
-rw-r--r-- | src/view/com/home/HomeHeaderLayoutMobile.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/com/home/HomeHeaderLayoutMobile.tsx b/src/view/com/home/HomeHeaderLayoutMobile.tsx index f51efb7b4..d7b7231c6 100644 --- a/src/view/com/home/HomeHeaderLayoutMobile.tsx +++ b/src/view/com/home/HomeHeaderLayoutMobile.tsx @@ -23,6 +23,7 @@ export function HomeHeaderLayoutMobile({ children, }: { children: React.ReactNode + tabBarAnchor: JSX.Element | null | undefined }) { const pal = usePalette('default') const {_} = useLingui() |