Skip to content

Commit

Permalink
Merge pull request #631 from DFE-Digital/SFSW-2845-hotfix
Browse files Browse the repository at this point in the history
fix: changed section link text to be unique per section
  • Loading branch information
mattb-hippo authored Feb 12, 2025
2 parents a9ddb91 + d0ae80e commit 5270b37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</h4>
@if(moduleSection != Model.PathwaysModule.Sections[Model.PathwaysModule.Sections.Count - 1])
{
<a href="/@moduleSection.Pages?[0].Id" class="section-nav-link govuk-link" data-track-label="">Go to this section</a>
<a href="/@moduleSection.Pages?[0].Id" class="section-nav-link govuk-link" data-track-label="">Go to section @sectionCount</a>
}
</div>
<p class="govuk-body">@moduleSection.Summary</p>
Expand Down

0 comments on commit 5270b37

Please sign in to comment.