fixed ui misaligned button and wrong text

This commit is contained in:
2025-11-18 07:57:09 +00:00
parent c622cb2f74
commit 6a7806f5ea
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>
) : ( ) : (