()
| 1 | function Subtitle() { |
| 2 | return ( |
| 3 | <p className='mx-8 mb-6 text-gray-600 xs:text-lg text-center'> |
| 4 | A collection of free APIs derived from |
| 5 | <a |
| 6 | href='https://github.com/public-apis/public-apis' |
| 7 | rel='noreferrer' |
| 8 | target='_blank' |
| 9 | className='underline hover:text-gray-500 inline-block' |
| 10 | > |
| 11 | Public APIs |
| 12 | </a> |
| 13 | {' '}+{' '} |
| 14 | <a |
| 15 | href='https://github.com/public-apis-dev/public-apis' |
| 16 | rel='noreferrer' |
| 17 | target='_blank' |
| 18 | className='underline hover:text-gray-500 inline-block' |
| 19 | > |
| 20 | Public APIs Dev |
| 21 | </a> |
| 22 | </p> |
| 23 | ); |
| 24 | } |
| 25 | |
| 26 | export default Subtitle; |
nothing calls this directly
no outgoing calls
no test coverage detected