Merged PR 1999: fixed ui misaligned button and wrong text

fixed ui misaligned button and wrong text

Related work items: #20166
This commit is contained in:
Robert Bond
2025-11-18 08:04:38 +00:00
2 changed files with 25 additions and 27 deletions
-2
View File
@@ -518,7 +518,6 @@ const CaseSummary = (props) => {
</strong>
</div>
) : (
<div>
<Link
href={{
pathname:
@@ -543,7 +542,6 @@ const CaseSummary = (props) => {
"case:summary-make-representation-label"
)}
</Link>
</div>
)}
<a
onClick={() => {
+1 -1
View File
@@ -69,7 +69,7 @@ export default function MakeNewAppeal(props) {
<span className="govuk-visually-hidden">
Notice
</span>
{t("case:docsoffline-reps-label")}
{t("myportal:docsoffline-newappeal-label")}
</strong>
</div>
) : (