Skip to content

Commit

Permalink
fix: simulator support link (#527)
Browse files Browse the repository at this point in the history
* (PC-33139) docs: conformite-licences-depots-publiques (#523)

* fix: support link simulator
  • Loading branch information
lheneman-pass authored Dec 12, 2024
1 parent 3cfc261 commit c77f64b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function ResultScreen(props: ResultScreenProps) {
<span aria-label={parseText(props.helpText).accessibilityLabel}>
{parseText(props.helpText).processedText}
</span>
<Link href={props.ctaLink.URL}>{props.supportLink.Label}</Link>
<Link href={props.supportLink.URL}>{props.supportLink.Label}</Link>
</HelpText>
</Root>
)
Expand Down

0 comments on commit c77f64b

Please sign in to comment.