diff --git a/public/app/features/explore/Logs.tsx b/public/app/features/explore/Logs.tsx index 43233dce6f5..04dfc15b19f 100644 --- a/public/app/features/explore/Logs.tsx +++ b/public/app/features/explore/Logs.tsx @@ -61,31 +61,31 @@ function Row({ const previewHighlights = highlighterExpressions && !_.isEqual(highlighterExpressions, row.searchWords); const highlights = previewHighlights ? highlighterExpressions : row.searchWords; const needsHighlighter = highlights && highlights.length > 0; - const highlightClassName = classnames('logs-row-match-highlight', { - 'logs-row-match-highlight--preview': previewHighlights, + const highlightClassName = classnames('logs-row__match-highlight', { + 'logs-row__match-highlight--preview': previewHighlights, }); return ( - <> +