accessibility amends for lpa reps
This commit is contained in:
@@ -304,6 +304,7 @@ const TopThree = (props) => {
|
||||
{topThreeType == "watchedCases" && (
|
||||
<div className="">
|
||||
<button
|
||||
title={t("case:you-have-stopped-watching-label")}
|
||||
className=" cardModuleRemoveCase govuk-link govuk-link--no-underline govuk-link--inverse "
|
||||
onClick={() => {
|
||||
confirm(
|
||||
@@ -325,6 +326,7 @@ const TopThree = (props) => {
|
||||
{topThreeType == "awaitingSubmission" && (
|
||||
<div className="">
|
||||
<button
|
||||
title={t("case:do-you-want-to-delete-case-label")}
|
||||
className=" cardModuleRemoveCase govuk-link govuk-link--no-underline govuk-link--inverse "
|
||||
onClick={() => {
|
||||
confirm(
|
||||
|
||||
Reference in New Issue
Block a user