Skip to content

Commit

Permalink
amend back button class
Browse files Browse the repository at this point in the history
  • Loading branch information
jgunnCO committed Aug 9, 2023
1 parent 58f0ab5 commit 878d9d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const BlockUserPage = ({
<>
<Meta title="Block a User" />
<Link href={`/super-admin-dashboard/user/${pageData.userId}`}>
<a className="govuk-link">Back</a>
<a className="govuk-back-link">Back</a>
</Link>
<div className="govuk-!-padding-top-7">
<FlexibleQuestionPageLayout
Expand Down

0 comments on commit 878d9d8

Please sign in to comment.