Skip to content

Commit 32b6403

Browse files
Added the page Financing (#279)
* Added the page Financing * Removed console log --------- Co-authored-by: Loris Olivier <53363974+loris-maru@users.noreply.github.com>
1 parent 4a402e9 commit 32b6403

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/LandingPage/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const SECTIONS: Readonly<Section[]> = [
2929
},
3030
{
3131
index: EnumSection.Financing,
32-
caption: 'Financing policy',
32+
caption: 'Financing',
3333
slug: '/financing',
3434
},
3535
{ index: EnumSection.ComingSoon, caption: 'Coming Soon', slug: '/releasing-soon' },

src/components/LandingPage/layout/FooterPanel/FooterPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function FooterPanel({ className }: FooterPanelProps) {
2626
</Section>
2727
))}
2828
<Section section={EnumSection.TermsAndConditions}>Terms and conditions</Section>
29-
<Section section={EnumSection.Financing}>Financing policy</Section>
29+
<Section section={EnumSection.Financing}>Financing</Section>
3030
<Section section={EnumSection.PrivacyPolicy}>Privacy policy</Section>
3131
<div className={styles.socialmedia}>
3232
<SocialMediaLinks />

0 commit comments

Comments
 (0)