re ordered home page cards and updated text
This commit is contained in:
@@ -7,11 +7,18 @@ export default function CaseComment() {
|
||||
const router = useRouter();
|
||||
const { locale } = router;
|
||||
return (
|
||||
<div className="card" id="casescomment-card">
|
||||
<div className="card-body">
|
||||
<div id="casescomment-card">
|
||||
<div className="card-body card-body govuk-!-padding-top-0">
|
||||
<h3 className="heading-small card-heading">
|
||||
{t("home:casescomment-card-title")}
|
||||
</h3>
|
||||
|
||||
<p className="gouk-body-s">
|
||||
{t("home:casescomment-card-paragraph-three")}
|
||||
</p>
|
||||
<p className="gouk-body-s">
|
||||
{t("home:casescomment-card-paragraph-four")}
|
||||
</p>
|
||||
<p className="govuk-body-s">
|
||||
{t("home:casescomment-card-paragraph-one")}{" "}
|
||||
<a
|
||||
@@ -24,6 +31,15 @@ export default function CaseComment() {
|
||||
<p className="govuk-body-s">
|
||||
{t("home:casescomment-card-paragraph-two")}
|
||||
</p>
|
||||
<h3 className="heading-small card-heading">
|
||||
{t("home:watch-case-card-title")}
|
||||
</h3>
|
||||
<p className="govuk-body-s">
|
||||
{t("home:watch-case-paragraph-one")}
|
||||
</p>
|
||||
{/* <p className="govuk-body-s">
|
||||
{t("home:casescomment-card-paragraph-two")}
|
||||
</p> */}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user