Untitled
unknown
plain_text
a year ago
830 B
8
Indexable
update the below code to divide it into 2 vertical component, in 1st component display the below: Connect with us: (display logo's of facebook, twitter, linkedin,instagram) and on click should navigate to their websites. in 2nd component display the below: Home link, about us link, contact us link below these components show: Download our App for Andriod devices:Playstore(a button with playstore logo), for PC's and Laptop: Microsoft store(a button with microsoft store logo) import React from 'react'; import '../styles.css'; export default function Footer(){ const currentYear = new Date().getFullYear(); return( <footer className='footer'> <p className='footer-text'> © {currentYear} Moviedux, All rights reserved. </p> </footer> ); }
Editor is loading...
Leave a Comment