We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7c1672 + f42540c commit 28f2359Copy full SHA for 28f2359
3 files changed
public/img/uptime.png
21.3 KB
src/pages/[locale]/index.tsx
@@ -72,6 +72,11 @@ const partners = [
72
imageSrc: '/img/tc.png',
73
link: 'https://togglecorp.com',
74
},
75
+ {
76
+ altText: 'Uptime Robot',
77
+ imageSrc: '/img/uptime.png',
78
+ link: 'https://uptimerobot.com/',
79
+ },
80
];
81
82
interface Props extends SSRConfig {
src/pages/[locale]/styles.module.css
@@ -316,8 +316,8 @@
316
gap: var(--spacing-mega-large);
317
318
.partnerLogo {
319
- width: 8rem;
320
- height: 4rem;
+ width: 10rem;
+ height: 5rem;
321
}
322
323
0 commit comments