diff --git a/app/components/Footer.tsx b/app/components/Footer.tsx index 9d604f3b..a0eeea31 100644 --- a/app/components/Footer.tsx +++ b/app/components/Footer.tsx @@ -97,7 +97,7 @@ export const Footer = () => { transition: { repeat: Infinity, duration: 0.1, - ease: "linear", + ease: "easeInOut", filter: { duration: 0.5 }, }, }, @@ -203,8 +203,8 @@ export const Footer = () => { { >
{ > {IS_MAIN_PRODUCTION_DOMAIN ? ( <> - {/* */} - - Noblocks Logo - {/* */} - Noblocks Logo + + ) : ( <> - {/* */} - - Noblocks Logo - {/* */} - Noblocks Logo + + )} @@ -186,7 +156,7 @@ export const Navbar = () => { className={classNames( "size-5 cursor-pointer text-icon-outline-secondary transition-transform duration-200 dark:text-white/50 max-sm:hidden", isDropdownOpen ? "rotate-0" : "-rotate-90", - IS_MAIN_PRODUCTION_DOMAIN ? "mt-[10px]" : "mt-[10px]", // this adjusts the arrow position for beta logo + IS_MAIN_PRODUCTION_DOMAIN ? "" : "!-mt-[15px]", // this adjusts the arrow position for beta logo )} onClick={(e) => { e.preventDefault();