Skip to content

Commit 45c2e32

Browse files
committed
Merge branch 'main' into 1204-bounding-boxes-are-missing-for-many-feeds-with-good-stopstxt-files
2 parents 1c71642 + c201c5a commit 45c2e32

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

web-app/src/app/screens/Feed/components/DataQualitySummary.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default function DataQualitySummary({
4141
component='a'
4242
href={latestDataset?.validation_report?.url_html}
4343
target='_blank'
44-
rel='noopener noreferrer'
44+
rel='noopener noreferrer nofollow'
4545
icon={
4646
latestDataset?.validation_report?.unique_error_count !==
4747
undefined &&
@@ -75,7 +75,7 @@ export default function DataQualitySummary({
7575
component='a'
7676
href={latestDataset?.validation_report?.url_html}
7777
target='_blank'
78-
rel='noopener noreferrer'
78+
rel='noopener noreferrer nofollow'
7979
icon={
8080
latestDataset?.validation_report?.unique_warning_count !==
8181
undefined &&
@@ -112,7 +112,7 @@ export default function DataQualitySummary({
112112
component='a'
113113
href={latestDataset?.validation_report?.url_html}
114114
target='_blank'
115-
rel='noopener noreferrer'
115+
rel='noopener noreferrer nofollow'
116116
label={`${
117117
latestDataset?.validation_report?.unique_info_count ?? '0'
118118
} ${t('common:feedback.infoNotices')}`}

web-app/src/app/screens/Feed/components/FeedSummary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ export default function FeedSummary({
189189
className='inline line-start'
190190
href={feed?.source_info?.producer_url}
191191
target='_blank'
192-
rel='noopener noreferrer'
192+
rel='noopener noreferrer nofollow'
193193
>
194194
{feed?.source_info?.producer_url}
195195
</Button>

web-app/src/app/screens/Feed/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ export default function Feed(): React.ReactElement {
448448
>
449449
{t('dataAattribution')}{' '}
450450
<a
451-
rel='noreferrer'
451+
rel='noreferrer nofollow'
452452
target='_blank'
453453
href='https://www.transit.land/terms'
454454
>
@@ -466,7 +466,7 @@ export default function Feed(): React.ReactElement {
466466
{t('dataAattribution')}
467467
{' the United States '}
468468
<a
469-
rel='noreferrer'
469+
rel='noreferrer nofollow'
470470
target='_blank'
471471
href='https://www.transit.dot.gov/ntd/data-product/2023-annual-database-general-transit-feed-specification-gtfs-weblinks'
472472
>

0 commit comments

Comments
 (0)