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

Function text

src/components/Footer/index.js:4–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3function Footer(props) {
4 const text = () => {
5 if (props.about) {
6 return (
7 <a
8 href='https://github.com/Free-APIs/Free-APIs.github.io/'
9 target='_blank'
10 rel='noreferrer'
11 >
12 Design and development by Free-APIs.
13 </a>
14 );
15 } else {
16 return <Link to='/about'>About this project</Link>;
17 }
18 };
19
20 return (
21 <div

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected