MCPcopy Create free account
hub / github.com/Free-APIs/Free-APIs.github.io / Subtitle

Function Subtitle

src/components/Subtitle/index.js:1–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1function 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&nbsp;
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
26export default Subtitle;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected