diff --git a/components/HighlightComic.tsx b/components/HighlightComic.tsx index 8403bb0..8449113 100644 --- a/components/HighlightComic.tsx +++ b/components/HighlightComic.tsx @@ -18,6 +18,7 @@ export default function HighlightComic(props: Props) { src={props.page.imageUrl} width={props.page.width} height={props.page.height} + alt={props.page.title} style={{ position: 'absolute', top: 0, @@ -29,6 +30,7 @@ export default function HighlightComic(props: Props) { props.highlightedBubbles.map((bubble) => { return (
{ setResults(results); }); - }, [searchQuery]); + }, [searchQuery, props.comic.id]); return (