File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11export default function SPHQBanner ( { className } ) {
22 return (
33 < a
4- className = { `group flex h-14 items-center justify-center bg-surface-1 !text-on-surface !no-underline rounded-full border border-outline text-sm font-normal px-2 pr-4 sm:px-4 gap-2 backdrop-blur-lg leading-snug backdrop-saturate-200 shrink min-w-0 w-fit ${ className || '' } ` }
4+ className = { `group flex min- h-14 py-2 items-center justify-center bg-surface-1 !text-on-surface !no-underline rounded-full border border-outline text-sm font-normal px-2 pr-4 sm:px-4 gap-2 backdrop-blur-lg leading-snug backdrop-saturate-200 shrink min-w-0 w-fit ${ className || '' } ` }
55 href = "https://startpagehq.com"
66 target = "_blank"
77 >
@@ -13,7 +13,7 @@ export default function SPHQBanner({ className }) {
1313 />
1414 < div className = "shrink min-w-0" >
1515 < span className = "opacity-75" > From Swiper authors: </ span >
16- Start Page HQ - turn your new tab into a personal dashboard
16+ Start Page HQ - turn your browser new tab into a personal dashboard
1717 </ div >
1818 </ a >
1919 ) ;
You can’t perform that action at this time.
0 commit comments