From 48e7002dd187c70e8eb90dec21713a0870cc1237 Mon Sep 17 00:00:00 2001 From: Andrew4Coding Date: Fri, 1 Nov 2024 06:04:47 +0700 Subject: [PATCH] feat: disable register button --- modules/LandingPageModule/components/LandingPageHero.tsx | 1 + modules/ProfilePageModules/sections/DetailProfile.tsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/LandingPageModule/components/LandingPageHero.tsx b/modules/LandingPageModule/components/LandingPageHero.tsx index cafd15e..122044d 100644 --- a/modules/LandingPageModule/components/LandingPageHero.tsx +++ b/modules/LandingPageModule/components/LandingPageHero.tsx @@ -74,6 +74,7 @@ const LandingPageHero = () => { ) ) : ( - - + + )}