diff --git a/apps/landing/src/components/HomeCTA.tsx b/apps/landing/src/components/HomeCTA.tsx index 87191ffb0..d22faa8ee 100644 --- a/apps/landing/src/components/HomeCTA.tsx +++ b/apps/landing/src/components/HomeCTA.tsx @@ -107,9 +107,9 @@ export function HomeCTA() { {(waitlistError || waitlistSubmitted) && (
diff --git a/apps/landing/src/components/NavBar.tsx b/apps/landing/src/components/NavBar.tsx index 28a8e95ff..61753c9cb 100644 --- a/apps/landing/src/components/NavBar.tsx +++ b/apps/landing/src/components/NavBar.tsx @@ -55,7 +55,7 @@ export default function NavBar() { 'fixed z-[55] h-16 w-full border-b px-2 transition ', isAtTop ? 'border-transparent bg-transparent' - : 'bg-opacity/80 border-gray-550 bg-gray-700 backdrop-blur' + : 'border-gray-550 bg-gray-700/80 backdrop-blur' )} >
@@ -72,7 +72,7 @@ export default function NavBar() {
Careers {positions.length > 0 ? ( - + {` ${positions.length} `} ) : null} diff --git a/apps/landing/src/components/NewBanner.tsx b/apps/landing/src/components/NewBanner.tsx index 3f18cc345..5e49d278c 100644 --- a/apps/landing/src/components/NewBanner.tsx +++ b/apps/landing/src/components/NewBanner.tsx @@ -10,7 +10,7 @@ const NewBanner: React.FC = (props) => { return (