File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed
components/Common/Partners/PartnerIcon Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 11@reference "../../../../styles/index.css" ;
22
33.partnerIcon {
4- @apply h-12 !
4+ @apply h-10 !
55 w-auto!
6- min-w-12 !
6+ min-w-10 !
77 !p-2 ;
88
99 svg {
10- @apply !h-7
10+ @apply !h-6
1111 !w-auto;
1212 }
1313}
Original file line number Diff line number Diff line change @@ -4,20 +4,19 @@ import { cloneElement } from 'react';
44
55import type { Partners } from '#site/types' ;
66
7- // import Link from '#site/components/Link';
87import style from './index.module.css' ;
98import Button from '../../Button' ;
109
1110type ParnetsIconProps = Partners & ComponentProps < typeof Skeleton > ;
1211
1312const PartnersIcon : FC < ParnetsIconProps > = ( { href, logo, loading } ) => {
1413 return (
15- < Skeleton loading = { loading } className = "h-12 w-12 p-2" >
14+ < Skeleton loading = { loading } className = "h-10 w-10 p-2" >
1615 < Button kind = "secondary" href = { href } className = { style . partnerIcon } >
1716 { cloneElement ( logo , {
18- className : 'h-7 w-auto' ,
17+ className : 'h-5 w-auto' ,
1918 width : 'auto' ,
20- height : '28px ' ,
19+ height : '20px ' ,
2120 } ) }
2221 </ Button >
2322 </ Skeleton >
Original file line number Diff line number Diff line change @@ -138,12 +138,11 @@ layout: home
138138 </div>
139139 Learn more what Node.js is able to offer with our [Learning materials](/learn).
140140 <div className='w-full flex flex-col gap-2 xs:mt-3'>
141- <div className="flex flex-row items-center justify-center gap-4 ">
141+ <div className="flex justify-center">
142142 <PartnersIconList />
143- <Link href="/about/partners" className="min-w-max">and more...</Link>
144143 </div>
145- <span className="xs:mt-1 text-center">
146- Node.js is proudly supported by our partners above
144+ <span className="xs:mt-1 text-center text-sm ">
145+ Node.js is proudly supported by the partners above <Link href="/about/partners">and more</Link>.
147146 </span>
148147 </div>
149148</section>
You can’t perform that action at this time.
0 commit comments