Skip to content

Commit

Permalink
Bits and bobxc
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmypixel committed Dec 17, 2024
1 parent 9aacd6e commit be0d640
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/server/services/about/views/list.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block content %}
{{ appHeading({
title: heading,
caption: "Frontend and Backend microservice information."
caption: "Frontend and Backend microservice information"
}) }}

{{ appEntityList({
Expand Down
2 changes: 1 addition & 1 deletion src/server/teams/views/team.njk
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<ul class="govuk-list">
<li>
<a href="{{ routeLookup('teams/{teamId}/add-member', { params: { teamId: team.teamId } }) }}"
class="app-link app-link--underline" data-testid="admin-add-team-member">
class="app-link app-link--underline" data-testid="add-team-member">
Add member to team
</a>
</li>
Expand Down

0 comments on commit be0d640

Please sign in to comment.