Skip to content

Commit

Permalink
People Finder - Small tweaks (#414)
Browse files Browse the repository at this point in the history
JS bug and bold some text
  • Loading branch information
CamLamb authored Jul 31, 2023
1 parent d7919d0 commit 8cee2f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/peoplefinder/static/peoplefinder/team-select.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@
break;
case TEAM_SELECT_ACTION.EXPAND_TEAM:
this.toggleTeam(el.dataset.teamId);
break;
default:
break;
}
Expand Down
4 changes: 3 additions & 1 deletion src/peoplefinder/templates/peoplefinder/profile-edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ <h2 class="govuk-heading-l">Your profile is {{ profile.profile_completion }}% co
</div>
{% else %}
<h2 class="govuk-heading-l">Your profile</h2>
<p class="govuk-body">Adding extra details helps colleagues get to know you.</p>
<p class="govuk-body">
<strong>Adding extra details helps colleagues get to know you.</strong>
</p>
{% endif %}

<p class="govuk-body">
Expand Down

0 comments on commit 8cee2f9

Please sign in to comment.