()
| 18 | })) |
| 19 | |
| 20 | const BookImage = () => ( |
| 21 | <Anchor href={BOOK_URL}> |
| 22 | <Image |
| 23 | src={bookImage2x} |
| 24 | srcSet={`${bookImage} 1x, ${bookImage2x} 2x`} |
| 25 | height={250} |
| 26 | /> |
| 27 | </Anchor> |
| 28 | ) |
| 29 | |
| 30 | export default function BookBanner() { |
| 31 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected