From be9032ebe9df6ab6696789e9ac1ff6925590d29c Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 11 Dec 2024 14:04:18 -0600 Subject: [PATCH] Rename header --- src/screens/Profile/ProfileFeed/index.tsx | 4 ++-- .../{ProfileSubpageHeader.tsx => ProfileFeedHeader.tsx} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename src/screens/Profile/components/{ProfileSubpageHeader.tsx => ProfileFeedHeader.tsx} (99%) diff --git a/src/screens/Profile/ProfileFeed/index.tsx b/src/screens/Profile/ProfileFeed/index.tsx index 4ce5af132a..32eed418cf 100644 --- a/src/screens/Profile/ProfileFeed/index.tsx +++ b/src/screens/Profile/ProfileFeed/index.tsx @@ -36,7 +36,7 @@ import {ListRef} from '#/view/com/util/List' import {LoadLatestBtn} from '#/view/com/util/load-latest/LoadLatestBtn' import {LoadingScreen} from '#/view/com/util/LoadingScreen' import {Text} from '#/view/com/util/text/Text' -import {ProfileSubpageHeader as NewHeader} from '#/screens/Profile/components/ProfileSubpageHeader' +import {ProfileFeedHeader} from '#/screens/Profile/components/ProfileFeedHeader' import * as Layout from '#/components/Layout' type Props = NativeStackScreenProps @@ -163,7 +163,7 @@ export function ProfileFeedScreenInner({ return ( <> - +