Skip to content

Commit

Permalink
Add target blank to data use terms checkbox (#2236)
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Jul 4, 2024
1 parent 5195684 commit 98a471c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const DownloadDialog: FC<DownloadDialogProps> = ({
/>
<span className='label-text'>
I agree to the {/* TODO(862) */}
<a href={routes.datauseTermsPage()} className='underline'>
<a href={routes.datauseTermsPage()} className='underline' target='_blank'>
data use terms
</a>
.
Expand Down

0 comments on commit 98a471c

Please sign in to comment.