Skip to content

Commit

Permalink
hotfix/JM-7077 (#256)
Browse files Browse the repository at this point in the history
- Added hompeage link to the HMCTS serviceName on the top left.

Co-authored-by: Sohesh Jhuboo <[email protected]>
  • Loading branch information
SoheshJhuboo and Sohesh-CGI authored Apr 23, 2024
1 parent 00ef927 commit 53835a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/templates/layouts/govuk_template.njk
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@

<!--<a class="moj-header__link moj-header__link--organisation-name" href="#">Organisation name</a>-->

<span class="moj-header__link govuk-!-font-weight-bold moj-header__link--service-name">{{serviceName}}</span>
<span class="moj-header__link govuk-!-font-weight-bold moj-header__link--service-name"><a href="{{ url('homepage.get') }}">{{serviceName}}</a></span>
</div>
<div class="moj-header__content">

Expand Down

0 comments on commit 53835a7

Please sign in to comment.