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> </strong>
</div> </div>
) : ( ) : (
<div>
<Link <Link
href={{ href={{
pathname: pathname:
@@ -543,7 +542,6 @@ const CaseSummary = (props) => {
"case:summary-make-representation-label" "case:summary-make-representation-label"
)} )}
</Link> </Link>
</div>
)} )}
<a <a
onClick={() => { onClick={() => {
+1 -1
View File
@@ -69,7 +69,7 @@ export default function MakeNewAppeal(props) {
<span className="govuk-visually-hidden"> <span className="govuk-visually-hidden">
Notice Notice
</span> </span>
{t("case:docsoffline-reps-label")} {t("myportal:docsoffline-newappeal-label")}
</strong> </strong>
</div> </div>
) : ( ) : (