MCPcopy Create free account
hub / github.com/CodeWithHarry/Sigma-Web-Dev-Course / Footer

Function Footer

Video 131/components/Footer.js:3–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import React from 'react'
2
3const Footer = () => {
4 const currentYear = new Date().getFullYear();
5
6 return (
7 <footer className='bg-gray-900 text-white flex items-center justify-center px-4 h-16'>
8 <p className='text-center'>Copyright &copy; {currentYear} Get me A Chai - All rights reserved!</p>
9 </footer>
10 )
11}
12
13export default Footer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected