From 26959a043d959f1f4a54de3661669a099c773a25 Mon Sep 17 00:00:00 2001 From: za158 <58824955+za158@users.noreply.github.com> Date: Fri, 19 Jul 2024 09:25:28 -0400 Subject: [PATCH] Fix typo --- web/gui-v2/src/components/DetailViewWorkforce.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/gui-v2/src/components/DetailViewWorkforce.jsx b/web/gui-v2/src/components/DetailViewWorkforce.jsx index 68e9782..7681d55 100644 --- a/web/gui-v2/src/components/DetailViewWorkforce.jsx +++ b/web/gui-v2/src/components/DetailViewWorkforce.jsx @@ -28,7 +28,7 @@ const DetailViewWorkforce = ({ According to our data, {data.name} currently employs about {commas(data.other_metrics.ai_jobs.total)} AI workers (#{data.other_metrics.ai_jobs.rank} rank in PARAT - {data.groups.sp500 && <>, #{data.other_metrics.ai_jobs.sp500_rank} in the S&P500}). AI workers in PARAT include anyone a high probability of working with AI. Recent hires may be omitted. Read more >> + {data.groups.sp500 && <>, #{data.other_metrics.ai_jobs.sp500_rank} in the S&P 500}). AI workers in PARAT include anyone a high probability of working with AI. Recent hires may be omitted. Read more >> ), }, @@ -38,7 +38,7 @@ const DetailViewWorkforce = ({ According to our data, {data.name} currently employs about {commas(data.other_metrics.tt1_jobs.total)} Tech Team 1 workers (#{data.other_metrics.tt1_jobs.rank} rank in PARAT - {data.groups.sp500 && <>, #{data.other_metrics.tt1_jobs.sp500_rank} in the S&P500}). + {data.groups.sp500 && <>, #{data.other_metrics.tt1_jobs.sp500_rank} in the S&P 500}). Tech Team 1 workers include anyone with technical skills and a reasonable probability of working with AI. Recent hires may be omitted. Read more >> ),