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:
@@ -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={() => {
|
||||
|
||||
@@ -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>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user