Skip to content

Commit

Permalink
Add Contact and Terms & conditions pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayan67 committed Jul 4, 2024
1 parent ae3ac88 commit 2fdc27a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
Binary file added frontend/src/Images/contact.pdf
Binary file not shown.
Binary file added frontend/src/Images/t&c.pdf
Binary file not shown.
16 changes: 14 additions & 2 deletions frontend/src/component/footer/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import communityLogo from '../../Images/site_assets/main_t.webp'
import whatsapp from '../../Images/site_assets/WhatsApp.svg'
import gmail from '../../Images/site_assets/gmail.svg'
import './footer.css'

//import x LOGO

import x from '../../Images/site_assets/X-white.svg';

import contact from '../../Images/contact.pdf'
import tc from '../../Images/t&c.pdf'

const Footer = () => {
return (
Expand Down Expand Up @@ -81,6 +81,18 @@ const Footer = () => {
[email protected]
</a>
</div>
<div className="wrapper" >
<a href={contact} target='_blank' className="footer-link" rel='noreferrer'>
Contact details
</a>
</div>

<div className="wrapper" >
<a href={tc} target='_blank' className="footer-link" rel='noreferrer'>
Terms and Conditions
</a>
</div>

</div>
</div>
</div>
Expand Down

0 comments on commit 2fdc27a

Please sign in to comment.