Skip to content

Commit d095f9d

Browse files
committed
feat: Hide navigation dots on mobile devices for cleaner mobile UI
1 parent 26bbe97 commit d095f9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Header.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export default function Header() {
232232

233233
{/* Section indicator */}
234234
<motion.div
235-
className="absolute top-1/2 transform -translate-y-1/2 left-1"
235+
className="absolute top-1/2 transform -translate-y-1/2 left-1 hidden sm:block"
236236
animate={{
237237
opacity: isScrolled ? 1 : 0,
238238
}}

0 commit comments

Comments
 (0)