From 0f41e59e5e052b4affd97ff04b96a9ee92bc3fa5 Mon Sep 17 00:00:00 2001 From: amal Date: Thu, 10 Jul 2025 11:06:04 +0800 Subject: [PATCH] front: header home icon kepotong apk --- components/home/headerRightHome.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/components/home/headerRightHome.tsx b/components/home/headerRightHome.tsx index df5cdb9..f74f4f0 100644 --- a/components/home/headerRightHome.tsx +++ b/components/home/headerRightHome.tsx @@ -30,9 +30,9 @@ export function HeaderRightHome() { return ( - } onPress={() => { router.push('/search') }} /> - 0 ? true : false} item={} onPress={() => { router.push('/notification') }} /> - } onPress={() => { router.push('/profile') }} /> + } onPress={() => { router.push('/search') }} /> + 0 ? true : false} item={} onPress={() => { router.push('/notification') }} /> + } onPress={() => { router.push('/profile') }} /> ) } \ No newline at end of file