fixed ui misaligned button and wrong text
This commit is contained in:
@@ -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={() => {
|
||||||
|
|||||||
@@ -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>
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user