diff --git a/src/components/HighlightItem.tsx b/src/components/HighlightItem.tsx index 3c7d2887..194a5aa0 100644 --- a/src/components/HighlightItem.tsx +++ b/src/components/HighlightItem.tsx @@ -320,7 +320,10 @@ export const HighlightItem: React.FC = ({ e.stopPropagation()} + onClick={(e) => { + e.stopPropagation() + window.location.href = highlightLinks.native + }} > {formatDateCompact(highlight.created_at)}