Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hta218 committed Oct 14, 2024
1 parent c374872 commit bd665d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/header/mobile-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function MobileHeader({
!scrolled &&
"text-[var(--color-transparent-header-text)] bg-transparent border-transparent",
]
: "sticky top-0",
: "sticky top-0"
)}
>
<div className="flex items-center justify-start w-full">
Expand Down

0 comments on commit bd665d6

Please sign in to comment.