Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jmelot committed Jun 19, 2024
1 parent 83492a9 commit e79f945
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions web/gui-v2/src/components/DetailViewWorkforce.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react';
import { css } from '@emotion/react';

import { Alert, HelpTooltip } from '@eto/eto-ui-components';
import { Alert, HelpTooltip, ExternalLink } from '@eto/eto-ui-components';

import HeaderWithLink from './HeaderWithLink';
import StatBox from './StatBox';
Expand Down Expand Up @@ -30,7 +30,7 @@ const DetailViewWorkforce = ({
From {yearSpanText}, {data.name} employed about NUMBER 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. <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#workforce">Read more &gt;&gt;</ExternalLink></>
AI workers in PARAT include anyone a high probability of working with AI. <ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#workforce">Read more &gt;&gt;</ExternalLink>
</span>
),
},
Expand All @@ -41,7 +41,7 @@ const DetailViewWorkforce = ({
From {yearSpanText}, {data.name} employed about NUMBER Tech Tier 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</>}).
Tech Tier 1 workers include anyone with technical skills and a reasonable probability of working with AI.<ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#workforce">Read more &gt;&gt;</ExternalLink></>
Tech Tier 1 workers include anyone with technical skills and a reasonable probability of working with AI.<ExternalLink href="https://eto.tech/dataset-docs/private-sector-ai-indicators/#workforce">Read more &gt;&gt;</ExternalLink>
</span>
),
},
Expand Down
6 changes: 3 additions & 3 deletions web/gui-v2/src/static_data/tooltips.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e79f945

Please sign in to comment.