File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -548,24 +548,20 @@ const electric = (() => {
548548 libraries : [ 'db' ] as const ,
549549 sidebarImgLight : electricLightSvg ,
550550 sidebarImgDark : electricDarkSvg ,
551- sidebarImgClass : 'py-4 scale-[1]' ,
551+ sidebarImgClass : 'py-4 scale-[1.1 ]' ,
552552 status : 'active' as const ,
553553 href,
554554 homepageImg : (
555555 < div className = "w-full h-full flex items-center justify-center px-4 py-6" >
556556 < img
557557 src = { electricLightSvg }
558- alt = "Unkey"
559- className = "w-[180px] max-w-full dark:hidden"
560- width = "180"
561- height = "77"
558+ alt = "Electric"
559+ className = "w-[240px] max-w-full dark:hidden"
562560 />
563561 < img
564562 src = { electricDarkSvg }
565- alt = "Unkey"
566- className = "w-[180px] max-w-full hidden dark:block"
567- width = "180"
568- height = "77"
563+ alt = "Electric"
564+ className = "w-[240px] max-w-full hidden dark:block"
569565 />
570566 </ div >
571567 ) ,
You can’t perform that action at this time.
0 commit comments