@@ -21,7 +21,7 @@ export default function Header() {
2121 { /* Logo */ }
2222 < Link
2323 href = "/"
24- className = "flex items-center gap-2 sm:gap-3 group flex- shrink-0"
24+ className = "flex items-center gap-2 sm:gap-3 group shrink-0"
2525 aria-label = { t ( 'header.logo_alt' ) }
2626 onClick = { ( ) => setMobileMenuOpen ( false ) }
2727 >
@@ -48,7 +48,7 @@ export default function Header() {
4848 >
4949 < Link
5050 href = "/docs/introduction/overview"
51- className = "p-2 rounded-lg text-gray-600 dark:text-gray-300 hover:bg-gray-100 dark:hover:bg-gray-800 hover:text-blue-600 dark:hover:text-blue-400 transition-colors duration-200 flex- shrink-0"
51+ className = "p-2 rounded-lg text-gray-600 dark:text-gray-300 hover:bg-gray-100 dark:hover:bg-gray-800 hover:text-blue-600 dark:hover:text-blue-400 transition-colors duration-200 shrink-0"
5252 aria-label = { t ( 'header.nav_docs' ) }
5353 >
5454 < BookIcon className = "w-5 h-5" />
@@ -57,7 +57,7 @@ export default function Header() {
5757 href = "https://github.com/alibaba/page-agent"
5858 target = "_blank"
5959 rel = "noopener noreferrer"
60- className = "p-2 rounded-lg text-gray-600 dark:text-gray-300 hover:bg-gray-100 dark:hover:bg-gray-800 hover:text-blue-600 dark:hover:text-blue-400 transition-colors duration-200 flex- shrink-0"
60+ className = "p-2 rounded-lg text-gray-600 dark:text-gray-300 hover:bg-gray-100 dark:hover:bg-gray-800 hover:text-blue-600 dark:hover:text-blue-400 transition-colors duration-200 shrink-0"
6161 aria-label = { t ( 'header.nav_source' ) }
6262 >
6363 < GithubIcon className = "w-5 h-5" />
@@ -94,7 +94,7 @@ export default function Header() {
9494 { /* Mobile menu button */ }
9595 < button
9696 type = "button"
97- className = "md:hidden p-2 rounded-lg text-gray-600 dark:text-gray-300 hover:bg-gray-100 dark:hover:bg-gray-800 transition-colors duration-200 flex- shrink-0"
97+ className = "md:hidden p-2 rounded-lg text-gray-600 dark:text-gray-300 hover:bg-gray-100 dark:hover:bg-gray-800 transition-colors duration-200 shrink-0"
9898 aria-label = { t ( 'header.mobile_menu' ) }
9999 aria-expanded = { mobileMenuOpen }
100100 aria-controls = "mobile-menu"
0 commit comments