accessibility amends for lpa reps

This commit is contained in:
2024-02-20 13:26:07 +00:00
parent c98e05d549
commit 7dbc978f00
17 changed files with 609 additions and 580 deletions
+7 -18
View File
@@ -442,7 +442,7 @@ const CaseSummary = (props) => {
0 ==
true ? (
<button
className="govuk-link"
className="govuk-link watchCase"
onClick={() => {
confirm(
t(
@@ -475,8 +475,8 @@ const CaseSummary = (props) => {
)}{" "}
</button>
) : (
<span
className=" govuk-link"
<button
className="govuk-link watchCase"
onClick={() => {
confirm(
t(
@@ -507,24 +507,13 @@ const CaseSummary = (props) => {
{t(
"case:watch-this-case-link"
)}
</span>
</button>
))}
{!session && (
<span
className="govuk-link"
<button
className="govuk-link watchCase"
onClick={() => {
// signIn("email");
// signIn();
// selectWatchedCase(
// cookies.pinsUser,
// item.incidentid,
// item.pinswg_appealcasetype
// );
// alert(
// "Trying to watch case " +
// item.title
// );
confirm(
"Trying to watch case " +
props.currentView
@@ -546,7 +535,7 @@ const CaseSummary = (props) => {
)}
>
{t("case:watch-this-case-link")}
</span>
</button>
)}
</div>
</div>