From 67b068ca416202b18d076f79e6398fbc1cc1352f Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Thu, 6 Feb 2025 16:06:52 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Max Schmitt Signed-off-by: Simon Knott --- packages/html-reporter/src/metadataView.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/html-reporter/src/metadataView.tsx b/packages/html-reporter/src/metadataView.tsx index df8de54bac..8cc66571ab 100644 --- a/packages/html-reporter/src/metadataView.tsx +++ b/packages/html-reporter/src/metadataView.tsx @@ -98,13 +98,13 @@ const GitCommitInfoView: React.FC<{ info: GitCommitInfo }> = ({ info }) => { {info['ci.link'] && ( <> · - logs + Logs )} {info['pull.link'] && ( <> · - pull request + Pull Request )}