Skip to content

Commit 08f5687

Browse files
Feat: Update image for Volunteering Platform (#187)
* Feat: Update image for Volunteering Platform * Make the logo in nav not slanted
1 parent 18f36ab commit 08f5687

4 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/[lang]/(hyperjump)/components/nav.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ function Logo({ isOpen, isTransparent }: LogoProps) {
216216
<Image
217217
key={src}
218218
className={cn(
219-
"h-7 transition-opacity duration-300",
219+
"h-7 w-auto transition-opacity duration-300",
220220
isTransparent && logoClassNames({ isOpen, src })
221221
)}
222222
src={image}

app/[lang]/(hyperjump)/data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ export function getCaseStudies(lang: SupportedLanguage): CaseStudy[] {
344344
label: caseStudySaasVolunteeringPlatformCtaLabel(lang)
345345
},
346346
description: caseStudySaasVolunteeringPlatformDesc(lang),
347-
imageUrl: `${IMAGE_PATH}/saas-voluteering-1.jpg.webp`,
347+
imageUrl: `${IMAGE_PATH}/saas-volunteering-1.jpg.webp`,
348348
serviceSlug: ServiceSlug.SoftwareAsAService,
349349
slug: CaseStudySlug.VolunteeringPlatform,
350350
title: caseStudySaasVolunteeringPlatformTitle(lang),
154 KB
Loading
-160 KB
Binary file not shown.

0 commit comments

Comments
 (0)