accessibility amends for my portal

This commit is contained in:
2024-02-19 16:53:22 +00:00
parent d09782aa41
commit cb5280b525
12 changed files with 44 additions and 49 deletions
+4 -5
View File
@@ -303,8 +303,7 @@ const TopThree = (props) => {
</div>
{topThreeType == "watchedCases" && (
<div className="">
<span
href="#"
<button
className=" cardModuleRemoveCase govuk-link govuk-link--no-underline govuk-link--inverse "
onClick={() => {
confirm(
@@ -320,12 +319,12 @@ const TopThree = (props) => {
}}
>
&mdash;
</span>
</button>
</div>
)}
{topThreeType == "awaitingSubmission" && (
<div className="">
<span
<button
className=" cardModuleRemoveCase govuk-link govuk-link--no-underline govuk-link--inverse "
onClick={() => {
confirm(
@@ -343,7 +342,7 @@ const TopThree = (props) => {
}}
>
&mdash;
</span>
</button>
</div>
)}
</div>