Skip to content

Commit 466ea7c

Browse files
Update Electric partner logo size and alt text (#459)
Co-authored-by: Cursor Agent <[email protected]>
1 parent a132ea8 commit 466ea7c

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

src/utils/partners.tsx

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff 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
),

0 commit comments

Comments
 (0)