()
| 1 | import React from 'react' |
| 2 | |
| 3 | const 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'> <</span> |
| 8 | |
| 9 | <span>Pass</span><span className='text-green-500'>OP/></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 | |
| 18 | export default Footer |
nothing calls this directly
no outgoing calls
no test coverage detected