Skip to content

Commit

Permalink
Staffplan => StaffPlan
Browse files Browse the repository at this point in the history
  • Loading branch information
fermion committed Nov 25, 2024
1 parent bbb1535 commit 08a4cf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/app/components/StaffplanDemoContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@ const StaffplanDemoContainer: React.FC<StaffplanDemoContainerProps> = ({ childre
<div className="relative hidden sm:flex justify-center w-[270px] h-[50px] mt-32">
<Image src="/tryStaffplan.png"
fill
className="object-contain" alt="Try Staffplan!" />
className="object-contain" alt="Try StaffPlan!" />
</div>
{children}
<div className="relative w-full h-full px-8 aspect-[21/19.4] max-w-[1238px] sm:aspect-[21/7] my-6 sm:mb-6 mt-10">
<Image
src="/tryStaffplanPreview.png"
alt="Staffplan Demo"
alt="StaffPlan Demo"
fill
className="sm:block hidden rounded-lg object-cover px-1 xl:px-0"
/>
<Image
src="/tryStaffplanMobilePreview.png"
alt="Staffplan Demo"
alt="StaffPlan Demo"
fill
className="sm:hidden block rounded-lg object-cover"
/>
Expand All @@ -33,4 +33,4 @@ const StaffplanDemoContainer: React.FC<StaffplanDemoContainerProps> = ({ childre
);
};

export default StaffplanDemoContainer;
export default StaffplanDemoContainer;
2 changes: 1 addition & 1 deletion src/app/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ export const INVOLVED_INFO: InfoSectionTypes[] = [
{
title: "Get involved!",
description:
"Staffplan is open source and evolving. Feedback is important to making sure Staffplan can become a tool for everyone to use. Go to our GitHub",
"StaffPlan is open source and evolving. Feedback is important to making sure StaffPlan can become a tool for everyone to use. Go to our GitHub",
},
];

0 comments on commit 08a4cf6

Please sign in to comment.