Step 11
Let's update the Footer.js
as follows.
function Footer() {
return (
<footer className="footer">
<div className="content has-text-centered">This program uses the <a href="https://dictionaryapi.dev/"
target="_blank" rel="noreferrer">Free
Dictionary
API</a>.
</div>
</footer>
);
}
export default Footer;
Here is the updated app: