Skip to content

Commit

Permalink
Merge pull request #2399 from alphagov/fix-secondary-button-on-users-…
Browse files Browse the repository at this point in the history
…page

Fix "Upload a batch of users" button type
  • Loading branch information
chrislo authored Oct 3, 2023
2 parents 1faf579 + 10660b6 commit b245c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/users/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<%= render "govuk_publishing_components/components/button", {
text: "Upload a batch of users",
href: new_batch_invitation_path,
secondary_quiet: true,
secondary_solid: true,
margin_bottom: 4,
} %>
<% end %>
Expand Down

0 comments on commit b245c35

Please sign in to comment.