Skip to content

Commit 86b8e6d

Browse files
committed
chore: updated flagix home
1 parent e3ded98 commit 86b8e6d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/components/home/header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const Header = () => {
1313
const mobileNavLinkClasses = "transition-colors hover:text-gray-900 py-1";
1414

1515
return (
16-
<header className="sticky top-0 z-50 w-full bg-[#F4F4F5] backdrop-blur-xl dark:bg-black/70">
16+
<header className="sticky top-0 z-50 w-full backdrop-blur-xl">
1717
<div className="container-landing mx-auto flex h-16 items-center justify-between px-6">
1818
<div className="flex items-center space-x-3">
1919
<Image

apps/web/components/home/hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const HeroSection = () => {
3333
)`;
3434

3535
return (
36-
<section className="container-landing group relative py-12 md:py-12">
36+
<section className="container-landing group relative py-16">
3737
<div className="border border-white/10">
3838
<div className="grid h-32 grid-cols-12 border-white/10 border-b">
3939
{/* Top Left: Fan/Perspective Pattern */}

0 commit comments

Comments
 (0)