Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/LandingPage/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export const SECTIONS: Readonly<Section[]> = [
},
{
index: EnumSection.Financing,
caption: 'Financing',
caption: 'Financing policy',
slug: '/financing',
},
{ index: EnumSection.ComingSoon, caption: 'Coming Soon', slug: '/releasing-soon' },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default function FooterPanel({ className }: FooterPanelProps) {
</Section>
))}
<Section section={EnumSection.TermsAndConditions}>Terms and conditions</Section>
<Section section={EnumSection.Financing}>Financing</Section>
<Section section={EnumSection.Financing}>Financing policy</Section>
<Section section={EnumSection.PrivacyPolicy}>Privacy policy</Section>
<div className={styles.socialmedia}>
<SocialMediaLinks />
Expand Down