diff --git a/src/components/Book/Book.jsx b/src/components/Book/Book.jsx index 1061ff3..e8d334e 100644 --- a/src/components/Book/Book.jsx +++ b/src/components/Book/Book.jsx @@ -6,7 +6,7 @@ import React from 'react' import style from './Book.module.css' import ExternalLink from '../ExternalLink/ExternalLink' -function Book({ attributes, html }) { +function Book ({ attributes, html }) { return ( <>

{attributes.title}
by {attributes.author}