File tree Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Expand file tree Collapse file tree 1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -548,24 +548,20 @@ const electric = (() => {
548
548
libraries : [ 'db' ] as const ,
549
549
sidebarImgLight : electricLightSvg ,
550
550
sidebarImgDark : electricDarkSvg ,
551
- sidebarImgClass : 'py-4 scale-[1]' ,
551
+ sidebarImgClass : 'py-4 scale-[1.1 ]' ,
552
552
status : 'active' as const ,
553
553
href,
554
554
homepageImg : (
555
555
< div className = "w-full h-full flex items-center justify-center px-4 py-6" >
556
556
< img
557
557
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"
562
560
/>
563
561
< img
564
562
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"
569
565
/>
570
566
</ div >
571
567
) ,
You can’t perform that action at this time.
0 commit comments