diff --git a/src/App.tsx b/src/App.tsx index 3ed024f..014b7e4 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1789,7 +1789,7 @@ function BooksSectionSection({ content }: { content: SiteContent }) { {book.description &&
{book.description}
} {(book.amazonUrl || book.url) && ( - {book.amazonLabel || 'View on Amazon'} + {book.amazonUrl ? (book.amazonLabel || 'View on Amazon') : (book.amazonLabel || 'Learn More')} )}