File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 < link
66 rel ="icon "
77 type ="image/svg+xml "
8- href ="https://img.alicdn.com/imgextra/i3/O1CN01uo9VaC20mamWNM2Zn_!!6000000006892-55 -tps-64-64.svg "
8+ href ="https://img.alicdn.com/imgextra/i2/O1CN012eGDRI1X6nnMt9clU_!!6000000002875-49 -tps-64-64.webp "
99 />
1010 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
1111 < title > PageAgent - The GUI Agent Living in Your Webpage</ title >
1919 />
2020 < meta
2121 property ="og:image "
22- content ="https://img.alicdn.com/imgextra/i1/O1CN01RY0Wvh26ATVeDIX7v_!!6000000007621-0 -tps-1672 -512.jpg "
22+ content ="https://img.alicdn.com/imgextra/i3/O1CN01JPT4Fj1FJTfmHfNxO_!!6000000000466-49 -tps-512 -512.webp "
2323 />
2424 < meta property ="og:url " content ="https://alibaba.github.io/page-agent " />
2525 < meta property ="og:type " content ="website " />
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ export default function Header() {
2525 aria-label = { t ( 'header.logo_alt' ) }
2626 onClick = { ( ) => setMobileMenuOpen ( false ) }
2727 >
28- < div className = "w-10 h-10 bg-gradient-to-br from-blue-500 to-purple-600 rounded-xl flex items-center justify-center group-hover:scale-110 transition-transform duration-200" >
29- < span className = "text-white font-bold text-2xl lg:text-2xl" aria-hidden = "true" >
30- P
31- </ span >
32- </ div >
28+ < img
29+ src = "https://img.alicdn.com/imgextra/i2/O1CN01HB8ylu1uozANEMZw2_!!6000000006085-49-tps-128-128.webp"
30+ alt = "PageAgent Logo"
31+ className = "w-10 h-10 rounded-xl group-hover:scale-110 transition-transform duration-200"
32+ / >
3333 < div >
3434 < span className = "text-base sm:text-xl font-bold text-gray-900 dark:text-white block leading-tight" >
3535 page-agent
You can’t perform that action at this time.
0 commit comments