Skip to content

Commit

Permalink
chore: add links to payment
Browse files Browse the repository at this point in the history
  • Loading branch information
Shurtu-gal committed Oct 15, 2023
1 parent da578bc commit 15d8468
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
8 changes: 4 additions & 4 deletions config/content/payment.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,25 +25,25 @@ export const PaymentContent = {
id: 'privacy',
term: 'I have read and agree to the ',
linkText: 'Privacy Policy',
link: 'https://www.google.com',
link: 'https://drive.google.com/file/d/1mQqqUzHdR-56cmrKLMCANlrrT22FVkgk/view',
},
{
id: 'code',
term: 'I have read and agree to the ',
linkText: 'Code of Conduct',
link: 'https://www.google.com',
link: 'https://drive.google.com/file/d/1Nr38t6s37FQQ5edU8biloQdl3EsdGns-/view',
},
{
id: 'refund',
term: 'I have read and agree to the ',
linkText: 'Refund Policy',
link: 'https://www.google.com',
link: 'https://drive.google.com/file/d/1bg9NMoJV80vdaoNRTpQIKVt-QGQtkpy5/view',
},
{
id: 'terms',
term: 'I have read and agree to the ',
linkText: 'Terms and Conditions',
link: 'https://www.google.com',
link: 'https://drive.google.com/file/d/1cLnuEBtt7yFfC1dQeFVOP0Oxf_hsCTzb/view',
},
],
};
2 changes: 1 addition & 1 deletion src/components/Payment/PaymentCard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const PaymentCard = () => {
WebkitTextFillColor: 'transparent',
}}
>
750
899
</b>
</Body2>

Expand Down
7 changes: 6 additions & 1 deletion src/components/shared/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,12 @@ const MobileHeading = styled(Heading2)`
`;

const About = ({ title, desc, image, link, alt }) => (
<SectionLayout title='About Us' id='about' footer='Learn More' footerLink='/about'>
<SectionLayout
title='About Us'
id='about'
footer='Learn More'
footerLink='https://www.instagram.com/inno.nitr/'
>
<Container>
<AboutContainer>
<AboutTextContainer>
Expand Down

0 comments on commit 15d8468

Please sign in to comment.