Skip to content

Commit f42540c

Browse files
committed
feat: add uptime in partner logos
1 parent c7c1672 commit f42540c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

public/img/uptime.png

21.3 KB
Loading

src/pages/[locale]/index.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ const partners = [
7272
imageSrc: '/img/tc.png',
7373
link: 'https://togglecorp.com',
7474
},
75+
{
76+
altText: 'Uptime Robot',
77+
imageSrc: '/img/uptime.png',
78+
link: 'https://uptimerobot.com/',
79+
},
7580
];
7681

7782
interface Props extends SSRConfig {

src/pages/[locale]/styles.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,8 +316,8 @@
316316
gap: var(--spacing-mega-large);
317317

318318
.partnerLogo {
319-
width: 8rem;
320-
height: 4rem;
319+
width: 10rem;
320+
height: 5rem;
321321
}
322322
}
323323
}

0 commit comments

Comments
 (0)