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

Function Footer

Video 130/passop/src/components/Footer.jsx:3–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import React from 'react'
2
3const Footer = () => {
4 return (
5 <div className='bg-slate-800 text-white flex flex-col justify-center items-center w-full'>
6 <div className="logo font-bold text-white text-2xl">
7 <span className='text-green-500'> &lt;</span>
8
9 <span>Pass</span><span className='text-green-500'>OP/&gt;</span>
10
11
12 </div>
13 <div className='flex justify-center items-center'> Created with <img className='w-7 mx-2' src="icons/heart.png" alt="" /> by CodeWithHarry </div>
14 </div>
15 )
16}
17
18export default Footer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected